Skip to content

Commit

Permalink
Use actual version on release file name
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoJF committed Feb 13, 2020
1 parent dd87a61 commit 9d35995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ jobs:
with:
upload_url: ${{ steps.release_url.outputs.upload_url }}
asset_path: ./deathmatch-loader.zip
asset_name: deathmatch-loader-sm${{ matrix.sm-version }}.zip
asset_name: deathmatch-loader-sm${{ steps.setup.outputs.version }}.zip
asset_content_type: application/zip

0 comments on commit 9d35995

Please sign in to comment.