Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylannl authored Apr 1, 2020
1 parent 6373ce3 commit b25f48e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ jobs:
uses: actions/download-artifact@v1
with:
name: gfp-building-reconstruction-win64
path: build-artifact/
path: gfp-building-reconstruction-win64/
- name: Repackage
run: |
zip -r gfp-building-reconstruction-win64.zip ./build-artifact
zip -r gfp-building-reconstruction-win64.zip ./gfp-building-reconstruction-win64
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit b25f48e

Please sign in to comment.