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 ea8402d commit e6518b7Copy full SHA for e6518b7
.github/workflows/release.yml
@@ -69,9 +69,8 @@ jobs:
69
uses: actions/download-artifact@v4
70
with:
71
name: upload_url
72
- path: upload_url
73
- name: Set upload_url
74
- run: echo "UPLOAD_URL=$(cat upload_url)" >> $GITHUB_ENV
+ run: echo "UPLOAD_URL=$(cat upload_url/upload_url)" >> $GITHUB_ENV
75
- name: Set release version
76
run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
77
- uses: actions/checkout@v2
0 commit comments