Skip to content

Commit

Permalink
build.yml: fix upload to release
Browse files Browse the repository at this point in the history
  • Loading branch information
Markson committed Jun 17, 2023
1 parent 99d8484 commit a0d091a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
- name: Download wing vendor
run: go mod vendor
working-directory: wing

- name: Create full source ZIP archive and Signature
run: |
zip -9vr daed-full-src.zip . -x .git/\*
- name: Upload artifact - full source
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a0d091a

Please sign in to comment.