diff options
| author | Ray <[email protected]> | 2024-02-18 12:06:16 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2024-02-18 12:06:16 +0100 |
| commit | 77eeb0010e957a2468deea3ac9f7c74fd3674202 (patch) | |
| tree | 250c10ba5f019089e1677952455174c357217fc9 /.github/workflows/android.yml | |
| parent | e42e3188f57d8db51e0a14410242dcb5566dd9fb (diff) | |
| download | raylib-77eeb0010e957a2468deea3ac9f7c74fd3674202.tar.gz raylib-77eeb0010e957a2468deea3ac9f7c74fd3674202.zip | |
Updated workflows
Diffstat (limited to '.github/workflows/android.yml')
| -rw-r--r-- | .github/workflows/android.yml | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 16984e15..a3d2f9a5 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -88,13 +88,9 @@ jobs: path: ./build/${{ env.RELEASE_NAME }}.tar.gz - name: Upload Artifact to Release - uses: actions/[email protected] + uses: softprops/action-gh-release@v1 + with: + files: ./build/${{ env.RELEASE_NAME }}.tar.gz env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - upload_url: ${{ github.event.release.upload_url }} - asset_path: ./build/${{ env.RELEASE_NAME }}.tar.gz - asset_name: ${{ env.RELEASE_NAME }}.tar.gz - asset_content_type: application/gzip - if: github.event_name == 'release' && github.event.action == 'published' - + if: github.event_name == 'release' && github.event.action == 'published' |
