We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa93b42 commit d077bc7Copy full SHA for d077bc7
.github/workflows/release.yml
@@ -113,7 +113,7 @@ jobs:
113
114
- name: 'Get Upload URL'
115
run: |
116
- echo "::set-env name=UPLOAD_URL::$(cat upload_url.txt)"
+ echo "UPLOAD_URL=$(cat upload_url.txt)" >> $GITHUB_ENV
117
118
- name: 'Build Native Image'
119
@@ -187,7 +187,7 @@ jobs:
187
188
189
190
+ echo "UPLOAD_URL=(cat upload_url.txt)" >> $GITHUB_ENV
191
shell: bash
192
193
- name: 'Publish Windows Image'
0 commit comments