Skip to content

Commit

Permalink
Merge pull request #154 from ITU-BDSA2024-GROUP10/fix-release-workflo…
Browse files Browse the repository at this point in the history
…w-not-finding-the-necesary-zip-files

Changed release directory path
  • Loading branch information
stoftot authored Oct 8, 2024
2 parents 25b02fa + f7120fb commit 06c11a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/automatic-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#This aumtomaticly release when a pul request to main is accepted
name: Release on PR Merge
name: Automatic release on tag creation
permissions: write-all

on:
Expand Down Expand Up @@ -62,8 +62,8 @@ jobs:
tag_name: ${{ env.LATEST_TAG }}
name: Release ${{ env.LATEST_TAG }} # Set release name
files: |
Chirp/src/Chirp.Razor/bin/Release/net8.0/Chirp/publish/linux-x64/chirp-${{ env.LATEST_TAG }}-linux-x64.zip
Chirp/src/Chirp.Razor/bin/Release/net8.0/Chirp/publish/win-x64/chirp-${{ env.LATEST_TAG }}-win-x64.zip
Chirp/src/Chirp.Razor/bin/Release/net8.0/Chirp/publish/osx-x64/chirp-${{ env.LATEST_TAG }}-osx-x64.zip
Chirp/src/Chirp.Razor/bin/Release/net8.0/chirp-${{ env.LATEST_TAG }}-linux-x64.zip
Chirp/src/Chirp.Razor/bin/Release/net8.0/chirp-${{ env.LATEST_TAG }}-win-x64.zip
Chirp/src/Chirp.Razor/bin/Release/net8.0/chirp-${{ env.LATEST_TAG }}-osx-x64.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 06c11a3

Please sign in to comment.