We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e314c36 commit c72f718Copy full SHA for c72f718
.github/workflows/release.yaml
@@ -89,7 +89,7 @@ jobs:
89
id: get_release_info
90
shell: bash
91
run: |
92
- value=`cat release_url/release_url.txt`
+ value=`cat release_url.txt`
93
echo ::set-output name=upload_url::$value
94
- name: Upload Release Asset
95
id: upload-release-asset
0 commit comments