diff options
| author | 2023-11-05 21:09:21 -0500 | |
|---|---|---|
| committer | 2023-11-05 21:09:21 -0500 | |
| commit | 2f8e237ab7317fb377c3c23a283ed0024b41935b (patch) | |
| tree | 7d3e977e0997c9474e4846d3c8f0f37f654158ff /.github | |
| parent | Merge pull request #11971 from german77/recent (diff) | |
| download | yuzu-2f8e237ab7317fb377c3c23a283ed0024b41935b.tar.gz yuzu-2f8e237ab7317fb377c3c23a283ed0024b41935b.tar.xz yuzu-2f8e237ab7317fb377c3c23a283ed0024b41935b.zip | |
ci: android: Declare secrets during build step
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/android-build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index 5893f860e..80aea4aa7 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml | |||
| @@ -40,11 +40,11 @@ jobs: | |||
| 40 | sudo apt-get install -y ccache apksigner glslang-dev glslang-tools | 40 | sudo apt-get install -y ccache apksigner glslang-dev glslang-tools |
| 41 | - name: Build | 41 | - name: Build |
| 42 | run: ./.ci/scripts/android/build.sh | 42 | run: ./.ci/scripts/android/build.sh |
| 43 | - name: Copy and sign artifacts | ||
| 44 | env: | 43 | env: |
| 45 | ANDROID_KEYSTORE_B64: ${{ secrets.ANDROID_KEYSTORE_B64 }} | 44 | ANDROID_KEYSTORE_B64: ${{ secrets.ANDROID_KEYSTORE_B64 }} |
| 46 | ANDROID_KEY_ALIAS: ${{ secrets.ANDROID_KEY_ALIAS }} | 45 | ANDROID_KEY_ALIAS: ${{ secrets.ANDROID_KEY_ALIAS }} |
| 47 | ANDROID_KEYSTORE_PASS: ${{ secrets.ANDROID_KEYSTORE_PASS }} | 46 | ANDROID_KEYSTORE_PASS: ${{ secrets.ANDROID_KEYSTORE_PASS }} |
| 47 | - name: Copy artifacts | ||
| 48 | run: ./.ci/scripts/android/upload.sh | 48 | run: ./.ci/scripts/android/upload.sh |
| 49 | - name: Upload | 49 | - name: Upload |
| 50 | uses: actions/upload-artifact@v3 | 50 | uses: actions/upload-artifact@v3 |