Skip to content

Commit 1a50c72

Browse files
committed
apparently this upload-release-asset action doesn't defaul to the cwd on the asset path. let's try if I can set it to './'
1 parent 5c3a835 commit 1a50c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949
with:
5050
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
51-
#asset_path: dist
51+
asset_path: ./
5252
asset_name: helloWorld-linux*.tar.bz2
5353
asset_content_type: application/x-bzip2
5454

0 commit comments

Comments
 (0)