Skip to content

Commit

Permalink
Fix invalid character in build-binary CI job (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
jt-dd authored Jan 24, 2025
1 parent 30bb3b2 commit 0078a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: kubehound-${{ matrix.platform }}
name: kubehound-${{ env.PLATFORM_PAIR }}
path: ./bin/release/*
if-no-files-found: error

Expand Down

0 comments on commit 0078a74

Please sign in to comment.