diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 102b1d6..d4f7381 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,6 +20,9 @@ jobs: - name: 'MarshalController' platform: 'windows/amd64' os: 'windows-latest' + - name: 'MarshalController' + platform: 'windows/arm64' + os: 'windows-latest' runs-on: ${{ matrix.build.os }} steps: - name: Checkout @@ -30,9 +33,11 @@ jobs: uses: dAppServer/wails-build-action@v2.2 id: build with: + nsis: false build-name: ${{ matrix.build.name }} build-platform: ${{ matrix.build.platform }} go-version: '1.21' + node-version: '21.5' create_release: if: github.event_name == 'push'