Skip to content

Commit

Permalink
ci: Enabled tests and auto-release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennwc committed Dec 23, 2023
1 parent 33908a8 commit be70cd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
- name: Build (Linux)
run: go build -v ./cmd/noxtools && tar -czf noxtools-linux.tar.gz noxtools
env:
- GOOS=linux
- GOARCH=amd64
GOOS: linux
GOARCH: amd64

- name: Build (Windows)
run: go build -v ./cmd/noxtools && zip -9 -r noxtools-windows.zip noxtools.exe
env:
- GOOS=windows
- GOARCH=amd64
GOOS: windows
GOARCH: amd64

- name: Release prepared files
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit be70cd2

Please sign in to comment.