diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index b1c0202..9cfbced 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -18,6 +18,11 @@ jobs: run: ./gradlew assembleRelease env: KEY_PASS: ${{secrets.KEY_PASS}} + - name: Upload artifacts + uses: actions/upload-artifact@v2 + with: + name: ShadowsocksGostPlugin.apk + path: app/build/outputs/apk/release/app-release.apk - name: Release Build uses: meeDamian/github-release@1.0 with: