Skip to content

Commit b2c3c79

Browse files
Update patch-release.yaml
1 parent 808b412 commit b2c3c79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/patch-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
export BOT_TOKEN=${{ secrets.BOT_TOKEN }}
121121
export API_ID=${{ secrets.API_ID }}
122122
export API_HASH=${{ secrets.API_HASH }}
123-
python3 tgupload.py Telegram_Patched_aligned.apk --chat-id ${{ secrets.CHAT_ID }} --caption "$(cat <<EOF
123+
python3 tgupload.py Telegram_Patched.apk --chat-id ${{ secrets.CHAT_ID }} --caption "$(cat <<EOF
124124
**Telegram [ Premium ] [ Local+ ] [ Direct ] [ Normal ]**
125125
**Version :** ${{ env.version }}
126126
**Architecture :** Arm + Arm64
@@ -151,7 +151,7 @@ jobs:
151151
export BOT_TOKEN=${{ secrets.BOT_TOKEN }}
152152
export API_ID=${{ secrets.API_ID }}
153153
export API_HASH=${{ secrets.API_HASH }}
154-
python3 tgupload.py Telegram_Patched_aligned.apk --chat-id ${{ secrets.CHAT_ID }} --caption "$(cat <<EOF
154+
python3 tgupload.py Telegram_Anti_Patched.apk --chat-id ${{ secrets.CHAT_ID }} --caption "$(cat <<EOF
155155
**Telegram [ Premium ] [ Local+ ] [ Direct ] [ Anti ]**
156156
**Version :** ${{ env.version }}
157157
**Architecture :** Arm + Arm64

0 commit comments

Comments
 (0)