1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

Remove upload of artifact to Actions' artifacts

There is no need to upload the artifact to the Action itself since it will be uploaded to the release.
This commit is contained in:
NickAc 2020-05-30 21:04:22 +01:00 committed by GitHub
parent e4a2fbd51a
commit c68ee0a81e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,13 +29,6 @@ jobs:
- name: Build
run: go build -v .
- name: Upload Built Executable to Github Actions Artifacts
uses: actions/upload-artifact@v2
with:
name: release.zip
# A file, directory or wildcard pattern that describes what to upload
path: ./
- name: Compress working folder
run: Compress-Archive -Path .\* -DestinationPath release.zip