We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5843243 commit 53f6127Copy full SHA for 53f6127
.github/workflows/build-and-publish.yaml
@@ -31,7 +31,7 @@ jobs:
31
env:
32
THYME_VERSION: ${{ github.event.release.tag_name }}
33
- if: ${{ matrix.os == 'ubuntu-latest' }}
34
- run: chmod +x releases/*/thyme-*.AppImage
+ run: chmod +x release/*/thyme-*.AppImage
35
- name: Rename and move release binaries
36
uses: actions/github-script@v7
37
with:
0 commit comments