Skip to content

Commit

Permalink
Merge pull request #221 from ITU-BDSA2024-GROUP10/updated-file-path-f…
Browse files Browse the repository at this point in the history
…or-release

Update to use new directory name
  • Loading branch information
AlexTMIT authored Oct 23, 2024
2 parents 014f002 + 2ff8eef commit 10d6efb
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 10d6efb

Please sign in to comment.