From a2b932e7171b4514910cfc383cc889778022addf Mon Sep 17 00:00:00 2001 From: Bryan Bailey Date: Fri, 30 Aug 2024 23:44:40 -0400 Subject: [PATCH] build(yoink): configuring release --- .github/workflows/release.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e5db66d..3270d97 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -41,7 +41,7 @@ jobs: - name: Upload upload_url artifact uses: actions/upload-artifact@v3 with: - name: upload_url.txt + name: upload_url path: ./upload_url.txt - name: Upload Linux Release Asset @@ -83,6 +83,10 @@ jobs: echo "::set-output name=upload_url::$UPLOAD_URL" shell: bash + - name: Debug upload_url + run: echo ${{ steps.read_upload_url.outputs.upload_url }} + shell: bash + - name: Upload Windows Release Asset uses: actions/upload-release-asset@v1 env: