Skip to content

Commit 444ab00

Browse files
committed
Fix path of upload_url file used in release workflow
1 parent e29207a commit 444ab00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Display structure of downloaded files
7373
run: ls -R
7474
- name: Set upload_url
75-
run: echo "UPLOAD_URL=$(cat upload_url/upload_url)" >> $GITHUB_ENV
75+
run: echo "UPLOAD_URL=$(cat upload_url)" >> $GITHUB_ENV
7676
- name: Set release version
7777
run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
7878
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)