Skip to content

Commit d077bc7

Browse files
committed
wip
1 parent fa93b42 commit d077bc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: 'Get Upload URL'
115115
run: |
116-
echo "::set-env name=UPLOAD_URL::$(cat upload_url.txt)"
116+
echo "UPLOAD_URL=$(cat upload_url.txt)" >> $GITHUB_ENV
117117
118118
- name: 'Build Native Image'
119119
run: |
@@ -187,7 +187,7 @@ jobs:
187187

188188
- name: 'Get Upload URL'
189189
run: |
190-
echo "::set-env name=UPLOAD_URL::$(cat upload_url.txt)"
190+
echo "UPLOAD_URL=(cat upload_url.txt)" >> $GITHUB_ENV
191191
shell: bash
192192

193193
- name: 'Publish Windows Image'

0 commit comments

Comments
 (0)