Skip to content

Commit

Permalink
run key
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsatish committed Jul 24, 2022
1 parent 98d7aa3 commit ac1642f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '>=1.18.0'
- run: |
- name: Build
run: |
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags "-X main.version=${{ github.ref }}" -a -o jxv
GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -ldflags "-X main.version=${{ github.ref }}"" -a -o jxv.exe
- name: Release
Expand Down

0 comments on commit ac1642f

Please sign in to comment.