Skip to content

Commit c72f718

Browse files
authored
Fix release workflow
1 parent e314c36 commit c72f718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
id: get_release_info
9090
shell: bash
9191
run: |
92-
value=`cat release_url/release_url.txt`
92+
value=`cat release_url.txt`
9393
echo ::set-output name=upload_url::$value
9494
- name: Upload Release Asset
9595
id: upload-release-asset

0 commit comments

Comments
 (0)