Browse Source

Revert back to ::set-output

Kentaro Wada 2 years ago
parent
commit
06a612c33c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release.yml

@@ -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