Skip to content

Commit

Permalink
Package file path
Browse files Browse the repository at this point in the history
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
  • Loading branch information
ArnyminerZ committed Oct 18, 2024
1 parent f3f9bb6 commit 0f87702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Update version.txt
if: ${{ github.event_name == 'release' }}
run: echo ${{ github.event.release.tag_name }} > package/version.txt
run: echo ${{ github.event.release.tag_name }} > ./package/version.txt

# If the event is a release, build and push the release image, tagging it as latest and the release tag
- name: Build and push release
Expand Down

0 comments on commit 0f87702

Please sign in to comment.