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:
parent
e4a2fbd51a
commit
c68ee0a81e
7
.github/workflows/win-build-on-release.yml
vendored
7
.github/workflows/win-build-on-release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user