Skip to content

Commit

Permalink
Update to use new directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
stoftot authored Oct 23, 2024
1 parent 014f002 commit 2ff8eef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/automatic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
- name: Zip the output
working-directory: Chirp/src/Chirp.Razor/bin/Release/net8.0/
run: |
zip -r chirp-${{ env.LATEST_TAG }}-linux-x64.zip linux-x64/publish/Chirp.Razor
zip -r chirp-${{ env.LATEST_TAG }}-win-x64.zip win-x64/publish/Chirp.Razor.exe
zip -r chirp-${{ env.LATEST_TAG }}-osx-x64.zip osx-x64/publish/Chirp.Razor
zip -r chirp-${{ env.LATEST_TAG }}-linux-x64.zip linux-x64/publish/Chirp.Web
zip -r chirp-${{ env.LATEST_TAG }}-win-x64.zip win-x64/publish/Chirp.Web.exe
zip -r chirp-${{ env.LATEST_TAG }}-osx-x64.zip osx-x64/publish/Chirp.Web
# Upload the release artifacts and create the release
- name: Create GitHub release
Expand Down

0 comments on commit 2ff8eef

Please sign in to comment.