mirror of
https://github.com/MailScanner/v5.git
synced 2025-02-23 15:05:47 +08:00
Update main.yml
Testing
This commit is contained in:
parent
536f1b911f
commit
74b2783c11
1 changed files with 0 additions and 12 deletions
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
|
@ -23,15 +23,3 @@ jobs:
|
|||
# Runs a single command using the runners shell
|
||||
- name: Install prerequisites
|
||||
run: apt -y install rpm fakeroot dpkg perl tar
|
||||
|
||||
# Runs a set of commands using the runners shell
|
||||
- name: Execute builds
|
||||
run: ./Build.all
|
||||
|
||||
- name: Upload builds
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
# Artifact name
|
||||
name: Builds
|
||||
# A file, directory or wildcard pattern that describes what to upload
|
||||
path: ~/msbuilds/*
|
||||
|
|
Loading…
Reference in a new issue