Skip to content

Commit b171521

Browse files
committed
fix: dev workflow
1 parent 0cbb35b commit b171521

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/dev.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)