diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a89a17d..ef7a2e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: uses: actions/checkout@v2 - name: Get upload URL from create-release - run: echo "UPLOAD_URL=${{ needs.create-release.outputs.upload_url }}" >> $env:GITHUB_ENV + run: echo "UPLOAD_URL=${{ needs.create-release.outputs.upload_url }}" >> $GITHUB_ENV - name: Set up Python uses: actions/setup-python@v2 @@ -97,6 +97,9 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 + + - name: Get upload URL from create-release + run: echo "UPLOAD_URL=${{ needs.create-release.outputs.upload_url }}" >> $env:GITHUB_ENV - name: Install dependencies run: |