diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0ad8fb0..0892412 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: Windows: runs-on: windows-latest env: - VERSION: $VERSION + VERSION: ${{ VERSION }} steps: - uses: actions/checkout@v2 @@ -61,7 +61,7 @@ jobs: MacOS: runs-on: macos-latest env: - VERSION: $VERSION + VERSION: ${{ VERSION }} steps: - uses: actions/checkout@v2 @@ -109,7 +109,7 @@ jobs: Linux: runs-on: ubuntu-latest env: - VERSION: $VERSION + VERSION: ${{ VERSION }} steps: - uses: actions/checkout@v2