From 2133712f65170c87e1b166a4cc99dc2748053359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Barbero?= Date: Thu, 16 May 2024 18:09:17 +0200 Subject: [PATCH] Try #1 to fix IQ Policy evaluation build step MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mikaƫl Barbero --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7eaa4ab..2e2bf60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: password: ${{ secrets.IQ_TOKEN }} applicationId: macos-notarization-service-main stage: Build - target: ./target/*.cyclonedx.json + target: target/*.cyclonedx.json - name: Upload artifacts uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 with: