Skip to content

Commit

Permalink
fix(workflows): cat release url path
Browse files Browse the repository at this point in the history
  • Loading branch information
kuoruan committed Feb 8, 2021
1 parent 276fc5a commit 1b4e8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/v8-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Get release URL
id: get_release
run: |
url="$(cat "release_url/release_url.txt")"
url="$(cat release_url.txt)"
echo "::set-output name=upload_url::$url"
- name: Restore CCache
Expand Down

0 comments on commit 1b4e8ba

Please sign in to comment.