There was an error while loading. Please reload this page.
1 parent e29207a commit 444ab00Copy full SHA for 444ab00
.github/workflows/release.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Display structure of downloaded files
73
run: ls -R
74
- name: Set upload_url
75
- run: echo "UPLOAD_URL=$(cat upload_url/upload_url)" >> $GITHUB_ENV
+ run: echo "UPLOAD_URL=$(cat upload_url)" >> $GITHUB_ENV
76
- name: Set release version
77
run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
78
- uses: actions/checkout@v2
0 commit comments