Skip to content

Commit c4e35f0

Browse files
authored
Update compile.yml
1 parent 66b9105 commit c4e35f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/compile.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ jobs:
2828
run: |
2929
mkdir -p artifacts
3030
mv zipcracker artifacts/
31+
chmod +x artifacts/zipcracker
3132
3233
- name: Upload artifact
3334
uses: actions/upload-artifact@v3
3435
with:
3536
name: zipcracker
36-
path: artifacts/zipcracker
37+
path: artifacts/zipcracker

0 commit comments

Comments
 (0)