Skip to content

Commit

Permalink
Fix extensions again
Browse files Browse the repository at this point in the history
  • Loading branch information
angel-git committed May 27, 2022
1 parent 97b83b4 commit 55d2ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
with:
upload_url: ${{ steps.get_release_info.outputs.upload_url }}
asset_path: build/gw${{ matrix.extension }}
asset_name: gw-${{ steps.tag.outputs.SOURCE_TAG }}-${{ matrix.name }}{{ matrix.extension }}
asset_name: gw-${{ steps.tag.outputs.SOURCE_TAG }}-${{ matrix.name }}${{ matrix.extension }}
asset_content_type: application/octet-stream

0 comments on commit 55d2ac2

Please sign in to comment.