Skip to content

Commit

Permalink
ci: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
spezifisch committed Oct 16, 2024
1 parent c6d33e5 commit e54ffb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: go build -o stmps-linux-${{ matrix.architecture }}

- name: Upload binary as artifact
if: matrix.go == 'stable' && matrix.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-latest'
uses: actions/upload-artifact@v4
with:
path: stmps-linux-${{ matrix.architecture }}
Expand Down

0 comments on commit e54ffb8

Please sign in to comment.