Skip to content

Commit

Permalink
Include symbols for release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
livid committed Aug 4, 2023
1 parent 6ecfb14 commit f1da55f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,20 @@ jobs:
run: |
xcrun stapler staple -v to-be-signed/Planet.app
- name: Prepare for Release
- name: Generate Planet.zip
run: |
ditto -c -k --keepParent to-be-signed/Planet.app Planet.zip
- name: Generate Planet.zip.dSYM.zip
run: |
ditto -c -k --keepParent archive/Planet.xcarchive/dSYMs/Planet.app.dSYM Planet.app.dSYM.zip
- name: Release App
uses: softprops/action-gh-release@v1
with:
files: Planet.zip
files: |
Planet.zip
Planet.app.dSYM.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion Planet/marketing_version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION = 0.14.0;
MARKETING_VERSION = 0.14.1;
2 changes: 1 addition & 1 deletion Planet/versioning.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 1536
CURRENT_PROJECT_VERSION = 1537

0 comments on commit f1da55f

Please sign in to comment.