fix
This commit is contained in:
@@ -126,6 +126,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
asset_path: ./output/spearhead.${{steps.calculate_tag.outputs.new_tag}}.lua
|
asset_path: ./output/spearhead.${{steps.calculate_tag.outputs.new_tag}}.lua
|
||||||
asset_name: spearhead.lua
|
asset_name: spearhead.${{steps.calculate_tag.outputs.new_tag}}.lua
|
||||||
asset_content_type: application/octet-stream
|
asset_content_type: application/octet-stream
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user