Skip to content

Commit 8d1f760

Browse files
committed
wip
1 parent 73c861c commit 8d1f760

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6060
with:
6161
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
62-
asset_path: ./dist/browser-gopher-${{ steps.get_version.outputs.VERSION }}/browser-gopher-${{ matrix.GOOS }}-${{ matrix.GOARCH }}
62+
asset_path: ./dist/browser-gopher-${{ steps.get_version.outputs.VERSION }}/browser-gopher-${{ matrix.GOOS }}-${{ matrix.GOARCH }}/browser-gopher
6363
asset_name: browser-gopher-${{ steps.get_version.outputs.VERSION }}-${{ matrix.GOOS }}-${{ matrix.GOARCH }}
6464
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)