We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c7452 commit af9ca3bCopy full SHA for af9ca3b
1 file changed
.github/workflows/ci.yaml
@@ -50,8 +50,8 @@ jobs:
50
name: darwin-amd64
51
- name: Compress artifacts
52
run: |
53
- ( cd linux-amd64; zip ../pdftilecut-linux-amd64.zip pdftilecut )
54
- ( cd darwin-amd64; zip ../pdftilecut-darwin-amd64.zip pdftilecut )
+ ( cd linux-amd64; chmod +x pdftilecut; zip ../pdftilecut-linux-amd64.zip pdftilecut )
+ ( cd darwin-amd64; chmod +x pdftilecut; zip ../pdftilecut-darwin-amd64.zip pdftilecut )
55
56
- uses: actions/setup-python@v1
57
with:
0 commit comments