Skip to content

Commit ea8402d

Browse files
committed
Specify path of downloaded upload_url file in release workflow
1 parent c2c1743 commit ea8402d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ jobs:
6969
uses: actions/download-artifact@v4
7070
with:
7171
name: upload_url
72+
path: upload_url
7273
- name: Set upload_url
73-
run: echo "UPLOAD_URL=$(cat upload_url/upload_url)" >> $GITHUB_ENV
74+
run: echo "UPLOAD_URL=$(cat upload_url)" >> $GITHUB_ENV
7475
- name: Set release version
7576
run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
7677
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)