From f70700530bac000ebe509dd01800b93d8f6f5bf2 Mon Sep 17 00:00:00 2001 From: dorschw <81086590+dorschw@users.noreply.github.com> Date: Tue, 26 Dec 2023 15:50:36 +0000 Subject: [PATCH] finalize --- .github/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 967fc81..8c269f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,8 +50,9 @@ jobs: uses: actions/upload-artifact@v4 with: name: lint_debug_log - path: artifacts/lint_debug_log.log3 + path: artifacts/lint_debug_log.log if-no-files-found: "ignore" + - name: Create ID Set run: | demisto-sdk create-id-set -o artifacts/pack_id_set.json @@ -68,6 +69,8 @@ jobs: with: name: id_set path: artifacts/id_set.json + if-no-files-found: "error" + - name: Validate all packs run: | git fetch @@ -82,3 +85,4 @@ jobs: with: name: content_packs path: artifacts/content_packs.zip + if-no-files-found: "error"