diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f8b34a6..5e087fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: - name: Upload artifacts env: UPLOAD_KEY: ${{ secrets.UPLOAD_KEY }} - UPLOAD_URL: ${{ env.UPLOAD_URL }} + UPLOAD_URL: ${{ vars.UPLOAD_URL }} BRANCH: ${{ env.branch }} id: upload if: ${{ success() }}