Skip to content

Commit e6518b7

Browse files
committed
Revert "Specify path of downloaded upload_url file in release workflow"
This reverts commit ea8402d.
1 parent ea8402d commit e6518b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)