Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
changed executable name
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoll1974 committed Oct 16, 2023
1 parent 23b21aa commit 6522254
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:

- name: Build
run: |
env GOOS=windows GOARCH=386 CGO_ENABLED=0 go build -o ./k2i-windows-386 k2i.go
env GOOS=windows GOARCH=386 CGO_ENABLED=0 go build -o ./k2i-win-386.exe k2i.go
- uses: olegtarasov/[email protected]
id: tagName
with:
tagRegex: "k2i-(.*)"
tagRegex: "k2i-win-386-(.*)"

- uses: ncipollo/release-action@v1
with:
artifacts: "k2i-windows-386.exe"
artifacts: "k2i-win-386.exe"
body: "Release ${{ steps.tagName.outputs.tag }}"

0 comments on commit 6522254

Please sign in to comment.