Skip to content

Commit

Permalink
Fix build action naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Saggre committed Jun 10, 2021
1 parent 6cb002b commit 5ad6a59
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file added .github/scripts/.gitkeep
Empty file.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: ${{ github.workspace }}/release/linux/release.zip
asset_name: just-some-graphics-${{ env.RELEASE_VERSION }}-linux.zip
asset_content_type: application/zip
Expand All @@ -70,7 +70,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: ${{ github.workspace }}/release/win32/release.zip
asset_name: just-some-graphics-${{ env.RELEASE_VERSION }}-win64.zip # Yeah, it's actually a 64-bit binary
asset_content_type: application/zip
Empty file added libsrc/.gitkeep
Empty file.

0 comments on commit 5ad6a59

Please sign in to comment.