Skip to content

Commit

Permalink
Upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
invliD authored Feb 20, 2024
1 parent 383bcef commit 892ea3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ jobs:
run: go build
- name: Format
run: test -z $(gofmt -l .) || (gofmt -d . && exit 1)
- uses: actions/upload-artifact@v4
with:
path: mdns2mqtt
if-no-files-found: error

0 comments on commit 892ea3f

Please sign in to comment.