From ba825b6b47a63e44ddfda758bec85ba5cc84c059 Mon Sep 17 00:00:00 2001 From: wusatosi <26424577+wusatosi@users.noreply.github.com> Date: Tue, 2 May 2023 02:46:23 -0400 Subject: [PATCH] UPLOAD_URL and RELEASE_ID is no longer needed --- .github/workflows/autobuild.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/autobuild.yaml b/.github/workflows/autobuild.yaml index 1ce24b9..3697400 100644 --- a/.github/workflows/autobuild.yaml +++ b/.github/workflows/autobuild.yaml @@ -121,9 +121,7 @@ jobs: draft: true - name: Preserve release info run: | - echo "UPLOAD_URL=${{ steps.create_release.outputs.url }}" >> release.env echo "TAG_NAME=${{ env.TAG_NAME }}" >> release.env - echo "RELEASE_ID=${{ steps.create_release.outputs.id }}" >> release.env - name: Upload result uses: actions/upload-artifact@v3 with: