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/macos.yml | |
| parent | e42e3188f57d8db51e0a14410242dcb5566dd9fb (diff) | |
| download | raylib-77eeb0010e957a2468deea3ac9f7c74fd3674202.tar.gz raylib-77eeb0010e957a2468deea3ac9f7c74fd3674202.zip | |
Updated workflows
Diffstat (limited to '.github/workflows/macos.yml')
| -rw-r--r-- | .github/workflows/macos.yml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index abe27493..8b9f59d2 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -105,12 +105,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' |
