Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew B White <[email protected]>
  • Loading branch information
mbwhite authored Feb 7, 2023
1 parent 1ba7f35 commit d757844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: bin/microfab-${GOARCH}
files: bin/microfab-*

# Build the container images and push to the ghcr.io repo
# amd64/arm64
Expand Down

0 comments on commit d757844

Please sign in to comment.