Skip to content

Commit

Permalink
bump version for release and fix generate resource on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Mar 9, 2023
1 parent 57510ab commit 9a12910
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ jobs:
- name: Prepare
run: mkdir build

- name: Test
run: |
set GOARCH=amd64
set GOOS=linux
set CGO_ENABLED=0
go test -v ./...
continue-on-error: true
# - name: Test
# run: |
# set GOARCH=amd64
# set GOOS=linux
# set CGO_ENABLED=0
# go test -v ./...
# continue-on-error: true
#
- name: Build x64
run: |
set GOARCH=amd64
Expand Down Expand Up @@ -93,14 +93,14 @@ jobs:
with:
go-version: 1.18

- name: Test
run: |
set GOARCH=amd64
set GOOS=windows
set CGO_ENABLED=1
go test -v ./...
continue-on-error: true
# - name: Test
# run: |
# set GOARCH=amd64
# set GOOS=windows
# set CGO_ENABLED=1
# go test -v ./...
# continue-on-error: true
#
- uses: actions/checkout@v2
- name: Install Wix
uses: actions/checkout@v2
Expand Down

0 comments on commit 9a12910

Please sign in to comment.