Skip to content

Commit 5843243

Browse files
committed
workflow: make AppImage executable
1 parent 30e74a9 commit 5843243

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
- run: npm run build
3131
env:
3232
THYME_VERSION: ${{ github.event.release.tag_name }}
33+
- if: ${{ matrix.os == 'ubuntu-latest' }}
34+
run: chmod +x releases/*/thyme-*.AppImage
3335
- name: Rename and move release binaries
3436
uses: actions/github-script@v7
3537
with:

0 commit comments

Comments
 (0)