Skip to content

Commit

Permalink
fixup! signer: Fix a usize vs u32 comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Nov 9, 2023
1 parent df5fde4 commit 29c7af3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ jobs:
# inconsistent syntax between shell and powershell.
shell: bash
run: |
cd libs
# Parse out what we just built and upload it to the Github Release™
echo "paths<<EOF" >> "$GITHUB_OUTPUT"
jq --raw-output ".artifacts[]?.path | select( . != null )" dist-manifest.json >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 29c7af3

Please sign in to comment.