Skip to content

Commit

Permalink
Merge pull request #12 from AlexPerathoner/test-7
Browse files Browse the repository at this point in the history
test 7
  • Loading branch information
AlexPerathoner authored Dec 29, 2022
2 parents e11e507 + d5435e1 commit 5eea0c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions 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 @@ -89,7 +89,7 @@ jobs:
- name: Export app
run: xcodebuild -exportArchive -archivePath "${{ env.projname }}.xcarchive" -exportPath Release -exportOptionsPlist "Configuration/ExportOptions.plist"
- name: Sign app
run: codesign -f --preserve-metadata=identifier,entitlements,resource-rules,requirements -s "Alexander Perathoner" "Release/${{ env.projname }}.app
run: codesign -f --preserve-metadata=identifier,entitlements,resource-rules,requirements -s "Alexander Perathoner" Release/${{ env.projname }}.app
- name: Zip app
run: zip -r -y Release/${{ env.projname }}.zip Release/${{ env.projname }}.app
- name: Create GitHub release
Expand Down
3 changes: 3 additions & 0 deletions Release_Notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.3.5 - Sign test pt2
* some more changes

# 1.3.4 - Sign test pt1
* some more changes

Expand Down
Binary file not shown.

0 comments on commit 5eea0c6

Please sign in to comment.