Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 0c51ce5

Browse files
committed
ci: add app intents release
Signed-off-by: 82Flex <[email protected]>
1 parent 6abd949 commit 0c51ce5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
name: TrollSpeed_${{ env.GIT_TAG }}
120120
path: |
121121
TrollSpeed/packages/TrollSpeed_*.tipa
122-
TrollSpeed/packages/TrollSpeed+Intents_*.tipa
122+
TrollSpeed/packages/TrollSpeed+AppIntents16_*.tipa
123123
TrollSpeed/packages/ch.xxtou.hudapp_*.deb
124124
125125
- name: Upload symbols
@@ -136,5 +136,5 @@ jobs:
136136
body_path: TrollSpeed/CHANGELOG.txt
137137
files: |
138138
TrollSpeed/packages/TrollSpeed_*.tipa
139-
TrollSpeed/packages/TrollSpeed+Intents_*.tipa
139+
TrollSpeed/packages/TrollSpeed+AppIntents16_*.tipa
140140
TrollSpeed/packages/ch.xxtou.hudapp_*.deb

CHANGELOG.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
- Feature: Add App Intents (i.e. Shortcuts) support for iOS 16 and above, use `TrollSpeed+Intents_*.tipa`.
2-
- For those who don't want to use App Intents or are using iOS 15 and below, use `TrollSpeed_*.tipa`.
1+
- Feature: Add App Intents (i.e. Shortcuts) support for iOS 16 and above, use `TrollSpeed+AppIntents16_*.tipa`.
2+
- For those who don't want to use App Intents or are using iOS 15 and below, use `TrollSpeed_*.tipa`.

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ ldid -Sentitlements.plist Payload/TrollSpeed.app
3030
zip -qr TrollSpeed.tipa Payload
3131
cd -
3232
mkdir -p packages
33-
mv TrollSpeed.xcarchive/Products/TrollSpeed.tipa packages/TrollSpeed+Intents_$VERSION.tipa
33+
mv TrollSpeed.xcarchive/Products/TrollSpeed.tipa packages/TrollSpeed+AppIntents16_$VERSION.tipa

0 commit comments

Comments
 (0)