Skip to content

Commit

Permalink
update ci file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweetnow committed Dec 3, 2024
1 parent 64aa0e7 commit 9a59fe1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- name: 'moss-ui-linux-amd64'
platform: 'linux/amd64'
os: 'ubuntu-latest'
- name: 'moss-ui-windows-amd64'
- name: 'moss-ui-windows-amd64.exe'
platform: 'windows/amd64'
os: 'windows-latest'
- name: 'moss-ui-darwin-universal'
- name: 'moss-ui'
platform: 'darwin/universal'
os: 'macos-latest'

Expand All @@ -44,4 +44,5 @@ jobs:
build-platform: ${{ matrix.build.platform }}
package: true
go-version: '1.23'
node-version: '20.x'
node-version: '20.x'
nsis: false

0 comments on commit 9a59fe1

Please sign in to comment.