From a3e61181d85c96992f9eebfb4944a6e46cb9c9b2 Mon Sep 17 00:00:00 2001 From: shuai Date: Mon, 17 Jun 2024 02:13:38 +0800 Subject: [PATCH] fix --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 02b1ee4..081080c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,28 +37,28 @@ jobs: node-version: ${{env.NODE_VERSION}} - name: build windows - - if: matrix.os == 'windows-latest' + if: matrix.os == 'windows-latest' working-directory: neo3-gui/neo3-gui env: - CI: false + CI: false run: sh publish.sh - name: build mac - - if: matrix.os == 'macos-latest' + if: matrix.os == 'macos-latest' working-directory: neo3-gui/neo3-gui env: CI: false run: sh publish.macos.sh - name: Upload release files - - if: matrix.os == 'windows-latest' + if: matrix.os == 'windows-latest' uses: actions/upload-artifact@v4 with: name: release-win path: neo3-gui/neo3-gui/ClientApp/build-electron/*.exe - name: Upload Mac Release Files - - if: matrix.os == 'macos-latest' + if: matrix.os == 'macos-latest' uses: actions/upload-artifact@v4 with: name: release-mac