diff options
| author | Ray <[email protected]> | 2020-01-10 11:29:08 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-01-10 11:29:08 +0100 |
| commit | a4a10a6edd8a0d56b46e1839cd124e8ae51d8ef8 (patch) | |
| tree | 60b4b3895bddb9e8883e6325dc554e08f41e215f /.github | |
| parent | c2e79a212c3ce423ba9df771afa0eef0170d005a (diff) | |
| download | raylib-a4a10a6edd8a0d56b46e1839cd124e8ae51d8ef8.tar.gz raylib-a4a10a6edd8a0d56b46e1839cd124e8ae51d8ef8.zip | |
Update cd_src_release.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cd_src_release.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/cd_src_release.yml b/.github/workflows/cd_src_release.yml index 45979fb9..21d2d3b7 100644 --- a/.github/workflows/cd_src_release.yml +++ b/.github/workflows/cd_src_release.yml @@ -10,7 +10,7 @@ jobs: uses: actions/checkout@master - name: Build project # This would actually build your project, using zip for an example artifact run: | - zip raylib README.md + zip raylib.zip README.md - name: Create Release id: create_release uses: actions/create-release@v1 @@ -32,6 +32,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 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 - asset_path: ./raylib-version-platform.zip - asset_name: raylib-version-platform.zip + asset_path: ./raylib.zip + asset_name: raylib.zip asset_content_type: application/zip |
