Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashuaidehao committed Jun 16, 2024
1 parent 2c534f1 commit a3e6118
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3e6118

Please sign in to comment.