Skip to content

Commit

Permalink
Add OS to release file names
Browse files Browse the repository at this point in the history
  • Loading branch information
invliD committed Feb 24, 2024
1 parent beefc8f commit 8fb3a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
go-version: '1.21'
- name: Build
run: GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} go build -tags netgo,osusergo
- run: tar cvzf mdns2mqtt-${{ matrix.arch }}.tgz mdns2mqtt
- run: tar cvzf mdns2mqtt-${{ matrix.os }}-${{ matrix.arch }}.tgz mdns2mqtt
- name: Upload binary
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 8fb3a9f

Please sign in to comment.