From 043c08534e4d46ad848976e199609158c58e62f3 Mon Sep 17 00:00:00 2001 From: Yoshiko2 <42309414+yoshiko2@users.noreply.github.com> Date: Fri, 21 Aug 2020 02:49:12 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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