Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberboysumanjay committed Aug 23, 2020
1 parent e9b8257 commit 0804409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -14,4 +14,4 @@ jobs:
flutter-version: '1.20.1'
- run: flutter build apk --release --target-platform android-arm,android-arm64,android-x64
- name: Create a Release APK
run: curl -F chat_id="-467829930" -F caption="$(git log -1)" -F document=@"$PWD/build/app/outputs/apk/release/app-release.apk" ${{ secrets.TG }}
run: curl -F chat_id="-467829930" -F caption="$(git log -1)" -F document=@"$PWD/build/app/outputs/apk/release/app-release.apk" https://ci.sumanjay.ga/

0 comments on commit 0804409

Please sign in to comment.