diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 681daabb..c59897a5 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -57,7 +57,7 @@ jobs: # Specify runner + deployment step runs-on: ubuntu-latest - if: ${{ vars.WEBPACK_ENV }} == 'production' + if: env.WEBPACK_ENV == 'production' steps: - name: Download dist folder uses: actions/download-artifact@v4