Skip to content

Commit

Permalink
Revert back to ::set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Apr 13, 2023
1 parent eb637a1 commit 06a612c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Get release file name & upload url
id: get_release_info
run: |
echo "upload_url=$(cat release_url/release_url.txt)" >> $GITHUB_OUTPUT
echo "::set-output name=upload_url::$(cat release_url/release_url.txt)"
- name: Upload release executable on macOS & Linux
id: upload_release_executable_macos_linux
Expand Down

0 comments on commit 06a612c

Please sign in to comment.