Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwjfrog authored Nov 22, 2023
1 parent 46904ae commit 0056466
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
- uses: actions/checkout@v3

- name: Create zip
run: zip -r -q folder.zip folder1
run: |
zip -r -q folder.zip folder1
ls -ltr
- uses: jfrog/setup-jfrog-cli@v3
env:
Expand Down

0 comments on commit 0056466

Please sign in to comment.