Skip to content

Commit

Permalink
Update gorelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
damiensedgwick authored Mar 2, 2024
1 parent 548917c commit 4484012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: go build -tags netgo -a -v -o dist/${{ matrix.os }}-${{ matrix.goarch }}/napp .

- name: Create Release Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: binaries
path: dist/
Expand Down

0 comments on commit 4484012

Please sign in to comment.