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 c2c1743 commit ea8402dCopy full SHA for ea8402d
.github/workflows/release.yml
@@ -69,8 +69,9 @@ jobs:
69
uses: actions/download-artifact@v4
70
with:
71
name: upload_url
72
+ path: upload_url
73
- name: Set upload_url
- run: echo "UPLOAD_URL=$(cat upload_url/upload_url)" >> $GITHUB_ENV
74
+ run: echo "UPLOAD_URL=$(cat 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