Skip to content

Commit

Permalink
build: Store the download SQLcl in the build-artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Jun 20, 2024
1 parent 9bbeb5f commit 4e9ed91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: '**/build/'
path: |
**/build/
zpa-checks/tools/
retention-days: 1

integration-tests:
Expand Down

0 comments on commit 4e9ed91

Please sign in to comment.