Skip to content

Commit 0591b1c

Browse files
committed
ugh, missed two of them
1 parent 70b70ba commit 0591b1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ 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: helloWorld-linux-x86_64.${{ github.job }}.tar.bz2
52-
asset_name: helloWorld-linux-x86_64.${{ github.job }}.tar.bz2
51+
asset_path: helloWorld-linux-x86_64.${{ github.run_id }}.tar.bz2
52+
asset_name: helloWorld-linux-x86_64.${{ github.run_id }}.tar.bz2
5353
asset_content_type: application/x-bzip2
5454

5555
# windows:

0 commit comments

Comments
 (0)