Skip to content

Commit

Permalink
Retrigger checks
Browse files Browse the repository at this point in the history
  • Loading branch information
agottardo authored Sep 12, 2024
1 parent 9df6a35 commit 010d6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: archive
run: cd .. && tar --exclude-vcs -zcf ${{ matrix.GOOS }}-${{ matrix.GOARCH }}.tar.gz go
- name: save
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.GOOS }}-${{ matrix.GOARCH }}
path: ../${{ matrix.GOOS }}-${{ matrix.GOARCH }}.tar.gz
Expand Down

0 comments on commit 010d6e8

Please sign in to comment.