Skip to content

Commit

Permalink
finalize
Browse files Browse the repository at this point in the history
  • Loading branch information
dorschw committed Dec 26, 2023
1 parent 11e0e43 commit f707005
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -82,3 +85,4 @@ jobs:
with:
name: content_packs
path: artifacts/content_packs.zip
if-no-files-found: "error"

0 comments on commit f707005

Please sign in to comment.