Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaci-nordic committed Mar 20, 2024
1 parent 856d25a commit fb4303e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/zip-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
- name: Zip repository
run: |
cd ..
tar -czvf sdk-repository-${{ github.ref_name }}.tar.gz . --exclude "*.git*"
tar --exclude "*.git*" -czvf sdk-repository-${{ github.ref_name }}.tar.gz .
- name: Upload to Artifactory
run: |
cd ..
Expand Down

0 comments on commit fb4303e

Please sign in to comment.