Skip to content

Commit

Permalink
Update wails-cross-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Z3NTL3 committed May 30, 2024
1 parent cdd33cf commit b650e8f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/wails-cross-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,15 @@ jobs:
- name: 'App'
platform: 'linux/amd64'
os: 'ubuntu-latest'
extension: '.deb'
- name: 'App'
platform: 'windows/amd64'
os: 'windows-latest'
extension: '.exe'
- name: 'App'
platform: 'darwin/universal'
platform: 'darwin/amd64'
os: 'macos-latest'
extension: '.pkg'

runs-on: ${{ matrix.build.os }}
steps:
Expand All @@ -38,7 +41,7 @@ jobs:
uses: dAppServer/[email protected]
id: build
with:
build-name: ${{ matrix.build.name }}
build-name: Proxybeast-${{ matrix.build.name }}${{ matrix.build.extension }}
build-platform: ${{ matrix.build.platform }}
package: true
go-version: '1.22.2'

0 comments on commit b650e8f

Please sign in to comment.