Update main.yml
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user