diff --git a/.github/workflows/release_test_apk.yml b/.github/workflows/release_test_apk.yml index 1b9cc45..f80d539 100644 --- a/.github/workflows/release_test_apk.yml +++ b/.github/workflows/release_test_apk.yml @@ -24,13 +24,13 @@ jobs: channel: 'stable' - run: flutter pub get - run: flutter build apk - - name: Upload APK to Google Drive - uses: adityak74/google-drive-upload-git-action@main - with: - credentials: ${{ secrets.SERVICE_KEY }} - filename: build/app/outputs/apk/release/app-release.apk - folderId: ${{ secrets.FOLDER_ID }} - name: v1.0.${{github.run_number}}.apk + - name: Upload APK to Google Drive + uses: adityak74/google-drive-upload-git-action@main + with: + credentials: ${{ secrets.SERVICE_KEY }} + filename: build/app/outputs/apk/release/app-release.apk + folderId: ${{ secrets.FOLDER_ID }} + name: v1.0.${{github.run_number}}.apk - name: Send mail uses: betterfor/action-send-mail@main with: