From 29c7af3c5f45345518b7f69f462024ab1a3835fd Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Wed, 8 Nov 2023 13:48:16 +0100 Subject: [PATCH] fixup! signer: Fix a usize vs u32 comparison --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9252bb41c..c32261405 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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<> "$GITHUB_OUTPUT" jq --raw-output ".artifacts[]?.path | select( . != null )" dist-manifest.json >> "$GITHUB_OUTPUT"