File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,28 +49,28 @@ jobs:
4949 echo "message=$(git log -1 --pretty=%s)" >> $GITHUB_OUTPUT
5050
5151 - name : Send build notification
52- uses : appleboy/telegram-action@v1
52+ uses : appleboy/telegram-action@master
5353 with :
5454 to : ${{ secrets.TELEGRAM_TO }}
5555 token : ${{ secrets.TELEGRAM_TOKEN }}
5656 message : " Dev Build | ${{ steps.commit.outputs.hash }} | ${{ steps.commit.outputs.message }}"
5757
5858 - name : Send armeabi-v7a APK
59- uses : appleboy/telegram-action@v1
59+ uses : appleboy/telegram-action@master
6060 with :
6161 to : ${{ secrets.TELEGRAM_TO }}
6262 token : ${{ secrets.TELEGRAM_TOKEN }}
6363 document : build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
6464
6565 - name : Send arm64-v8a APK
66- uses : appleboy/telegram-action@v1
66+ uses : appleboy/telegram-action@master
6767 with :
6868 to : ${{ secrets.TELEGRAM_TO }}
6969 token : ${{ secrets.TELEGRAM_TOKEN }}
7070 document : build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
7171
7272 - name : Send x86_64 APK
73- uses : appleboy/telegram-action@v1
73+ uses : appleboy/telegram-action@master
7474 with :
7575 to : ${{ secrets.TELEGRAM_TO }}
7676 token : ${{ secrets.TELEGRAM_TOKEN }}
You can’t perform that action at this time.
0 commit comments