Skip to content

Commit 0f87702

Browse files
committed
Package file path
Signed-off-by: Arnau Mora Gras <[email protected]>
1 parent f3f9bb6 commit 0f87702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

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

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

0 commit comments

Comments
 (0)