Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
vsariola committed Feb 24, 2024
1 parent 8d63a3a commit 1919fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
run: |
go build -o ${{ matrix.config.output }} ${{ matrix.config.params }}
- name: Upload binary
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: sointu-${{ runner.os }}-${{ steps.short-sha.outputs.sha }}
path: ${{ matrix.config.output }}
Expand Down

0 comments on commit 1919fc9

Please sign in to comment.