diff --git a/.github/workflows/deploy_android.yml b/.github/workflows/deploy_android.yml index 3c4e641..8ec5962 100644 --- a/.github/workflows/deploy_android.yml +++ b/.github/workflows/deploy_android.yml @@ -28,10 +28,10 @@ jobs: # - run: flutter build apk --release --verbose - - name: Create Release - uses: ncipollo/release-action@v1.10.0 - with: - artifacts: "build/app/outputs/apk/release/*.apk" + # - name: Create Release + # uses: ncipollo/release-action@v1.10.0 + # with: + # artifacts: "build/app/outputs/apk/release/*.apk" - name: Upload Artifacts uses: actions/upload-artifact@v4