Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwjfrog authored Dec 18, 2023
1 parent 096b709 commit f5ac882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:

- name: Create zip
run: |
zip -r -q folder.zip folder1
zip -r -q folder${{ github.run_number }}.zip folder1
ls -ltr
- name: Create tar
run: |
tar -czvf folder.tar.gz folder2
tar -czvf folder${{ github.run_number }}.tar.gz folder2
ls -ltr
- uses: jfrog/setup-jfrog-cli@v3
env:
Expand Down

0 comments on commit f5ac882

Please sign in to comment.