From 97af1f05576c049eb81222c7d117466fd5ac8810 Mon Sep 17 00:00:00 2001 From: Ludo Galabru Date: Fri, 22 Jul 2022 07:16:50 -0500 Subject: [PATCH] fix: attempt to fix CI flow --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 88115be95..3963fe450 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -269,7 +269,7 @@ jobs: [IO.File]::WriteAllBytes(${certificate_file_name}, ${bytes_cert}) $signtool_path = ((Resolve-Path -Path "${env:ProgramFiles(x86)}/Windows Kits/10/bin/10*/x86").Path[-1]) + "/signtool.exe" - $bin_path = (Resolve-Path -Path "target/${{ matrix.target }}/release/*.exe").Path + $bin_path = (Resolve-Path -Path "target/${{ matrix.target }}/release/clarinet.exe").Path & ${signtool_path} sign ` /d "Clarinet is a clarity runtime packaged as a command line tool, designed to facilitate smart contract understanding, development, testing and deployment." ` /du "https://github.com/hirosystems/clarinet" `