Skip to content

Commit

Permalink
Fix broken chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepPork committed Jul 17, 2020
1 parent bed7694 commit 6f9bcac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Build PBOs
run: |
chmod +x ./armake
chmod +x ./tools/armake
python3 tools/pack.py
- name: Zip PBOs
Expand Down

0 comments on commit 6f9bcac

Please sign in to comment.