mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 14:23:12 +00:00
Update cd_src_release.yml
This commit is contained in:
parent
c7fe2c772e
commit
55e7428924
3
.github/workflows/cd_src_release.yml
vendored
3
.github/workflows/cd_src_release.yml
vendored
@ -14,6 +14,7 @@ jobs:
|
|||||||
|
|
||||||
# TODO: Build project and zip generated files
|
# TODO: Build project and zip generated files
|
||||||
- name: Build project
|
- name: Build project
|
||||||
|
id: build_project
|
||||||
run: |
|
run: |
|
||||||
zip raylib.zip README.md
|
zip raylib.zip README.md
|
||||||
|
|
||||||
@ -23,7 +24,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
|
upload_url: ${{ github.event.release.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
|
||||||
asset_path: ./raylib.zip
|
asset_path: ./raylib.zip
|
||||||
asset_name: raylib.zip
|
asset_name: raylib.zip
|
||||||
asset_content_type: application/zip
|
asset_content_type: application/zip
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user