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
# release_name: 'Public Build Artifact: Linux ${{ github.run_id }}'
41
+
# draft: false
42
+
# prerelease: true
43
+
#
44
+
# - name: Upload Release Asset
45
+
# id: upload-release-asset
46
+
# uses: actions/upload-release-asset@v1
47
+
# env:
48
+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
+
# with:
50
+
# 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
# release_name: 'Public Build Artifact: Windows ${{ github.run_id }}'
87
+
# draft: false
88
+
# prerelease: true
89
+
#
90
+
# - name: Upload Release Asset
91
+
# id: upload-release-asset
92
+
# uses: actions/upload-release-asset@v1
93
+
# env:
94
+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
95
+
# with:
96
+
# 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
release_name: 'Public Build Artifact: Linux ${{ github.run_id }}'
41
129
draft: false
42
130
prerelease: true
@@ -48,53 +136,6 @@ jobs:
48
136
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
137
with:
50
138
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
release_name: 'Public Build Artifact: Windows ${{ github.run_id }}'
87
-
draft: false
88
-
prerelease: true
89
-
90
-
- name: Upload Release Asset
91
-
id: upload-release-asset
92
-
uses: actions/upload-release-asset@v1
93
-
env:
94
-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
95
-
with:
96
-
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