You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 19, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+27-4
Original file line number
Diff line number
Diff line change
@@ -37,12 +37,35 @@ jobs:
37
37
draft: false
38
38
prerelease: false
39
39
40
-
- name: Upload Release Asset
41
-
id: upload-release-asset
40
+
- name: Upload Release Asset Linux
41
+
id: upload-release-asset-linux
42
42
uses: actions/upload-release-asset@v1
43
43
env:
44
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
45
with:
46
-
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
0 commit comments