Update main.yml

Testing
This commit is contained in:
Shawn Iverson 2020-05-16 19:41:16 -04:00 committed by GitHub
parent 536f1b911f
commit 74b2783c11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/*