Skip to content

Commit

Permalink
Update win packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
ipadjen committed Jan 11, 2024
1 parent 54caaef commit 5f997c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-win64-exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
- name: Upload binary files as artifact
uses: actions/upload-artifact@master
with:
name: city4cfd-win64.zip
name: city4cfd-win64
path: city4cfd-win64
- name: Add binaries as an asset to the release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
city4cfd-win64.zip
city4cfd-win64

0 comments on commit 5f997c5

Please sign in to comment.