Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
ci: add app intents release
Browse files Browse the repository at this point in the history
Signed-off-by: 82Flex <[email protected]>
  • Loading branch information
Lessica committed Jan 27, 2024
1 parent 6abd949 commit 0c51ce5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
name: TrollSpeed_${{ env.GIT_TAG }}
path: |
TrollSpeed/packages/TrollSpeed_*.tipa
TrollSpeed/packages/TrollSpeed+Intents_*.tipa
TrollSpeed/packages/TrollSpeed+AppIntents16_*.tipa
TrollSpeed/packages/ch.xxtou.hudapp_*.deb
- name: Upload symbols
Expand All @@ -136,5 +136,5 @@ jobs:
body_path: TrollSpeed/CHANGELOG.txt
files: |
TrollSpeed/packages/TrollSpeed_*.tipa
TrollSpeed/packages/TrollSpeed+Intents_*.tipa
TrollSpeed/packages/TrollSpeed+AppIntents16_*.tipa
TrollSpeed/packages/ch.xxtou.hudapp_*.deb
4 changes: 2 additions & 2 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- Feature: Add App Intents (i.e. Shortcuts) support for iOS 16 and above, use `TrollSpeed+Intents_*.tipa`.
- For those who don't want to use App Intents or are using iOS 15 and below, use `TrollSpeed_*.tipa`.
- Feature: Add App Intents (i.e. Shortcuts) support for iOS 16 and above, use `TrollSpeed+AppIntents16_*.tipa`.
- For those who don't want to use App Intents or are using iOS 15 and below, use `TrollSpeed_*.tipa`.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ ldid -Sentitlements.plist Payload/TrollSpeed.app
zip -qr TrollSpeed.tipa Payload
cd -
mkdir -p packages
mv TrollSpeed.xcarchive/Products/TrollSpeed.tipa packages/TrollSpeed+Intents_$VERSION.tipa
mv TrollSpeed.xcarchive/Products/TrollSpeed.tipa packages/TrollSpeed+AppIntents16_$VERSION.tipa

0 comments on commit 0c51ce5

Please sign in to comment.