Skip to content

Commit 53f6127

Browse files
committed
workflow: fix: typo
1 parent 5843243 commit 53f6127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
THYME_VERSION: ${{ github.event.release.tag_name }}
3333
- if: ${{ matrix.os == 'ubuntu-latest' }}
34-
run: chmod +x releases/*/thyme-*.AppImage
34+
run: chmod +x release/*/thyme-*.AppImage
3535
- name: Rename and move release binaries
3636
uses: actions/github-script@v7
3737
with:

0 commit comments

Comments
 (0)