File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments