diff options
| author | Ray <[email protected]> | 2022-11-28 21:03:21 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-11-28 21:03:21 +0100 |
| commit | bbf9935828553dd38633a034a3c961a08b15a0a6 (patch) | |
| tree | 31cbf2e4af3b85113ad9d919b26217d63a80488f /.github/workflows/android.yml | |
| parent | fc5894e734e1f2996b5c946d9f29890240aa76be (diff) | |
| download | raylib-bbf9935828553dd38633a034a3c961a08b15a0a6.tar.gz raylib-bbf9935828553dd38633a034a3c961a08b15a0a6.zip | |
Update github workflows
Diffstat (limited to '.github/workflows/android.yml')
| -rw-r--r-- | .github/workflows/android.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index dcee5a46..838d7a34 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -82,7 +82,7 @@ jobs: tar -czvf ${{ env.RELEASE_NAME }}.tar.gz ${{ env.RELEASE_NAME }} - name: Upload Artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: ${{ env.RELEASE_NAME }}.tar.gz path: ./build/${{ env.RELEASE_NAME }}.tar.gz |
