Skip to content

Commit

Permalink
Single file
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperMalachowski committed Feb 18, 2024
1 parent 889daee commit b54bc13
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -30,9 +33,11 @@ jobs:
uses: dAppServer/[email protected]
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'
Expand Down

0 comments on commit b54bc13

Please sign in to comment.