Skip to content

Commit

Permalink
github: fix perm issue with download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
osy committed Apr 3, 2020
1 parent ea8145c commit 7207d98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
brew install ldid
- name: Fakesign IPA
run: |
find UTM-arm64/UTM.xcarchive -type f \( -path '*/UTM.app/UTM' -or -path '*/UTM.app/Frameworks/*.dylib' \) -exec chmod +x \{\} \;
./scripts/resign.sh UTM-arm64/UTM.xcarchive .
- name: Upload Release Asset
uses: actions/[email protected]
Expand Down

0 comments on commit 7207d98

Please sign in to comment.