We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae89fa commit eea6fe2Copy full SHA for eea6fe2
.github/workflows/pipeline.yaml
@@ -33,6 +33,9 @@ jobs:
33
- name: Rename binary
34
run: mv target/${{ matrix.architecture }}/release/worktimers target/${{ matrix.architecture }}/release/worktimers-${{ matrix.architecture }}
35
36
+ - name: make binary executable
37
+ run: mv chmod +x target/${{ matrix.architecture }}/release/worktimers-${{ matrix.architecture }}
38
+
39
- name: Upload binary
40
uses: softprops/action-gh-release@v2
41
with:
0 commit comments