Skip to content

Commit

Permalink
fixup! WorkFlows: Pack and Send repository
Browse files Browse the repository at this point in the history
  • Loading branch information
jaci-nordic committed Mar 20, 2024
1 parent f12b7b2 commit aa13d57
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/zip-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,16 @@ jobs:
- name: West update
run: west update

- name: Create tar.gz
- name: Debug
run: |
tar --exclude='.git' --exclude='*.tar.gz' -czvf sdk-repository-${{ github.ref_name }}.tar.gz .
ls
du -sh ./*
ls sdk-nrf
- name: Create tar.gz
run: |
# tar --exclude='.git' --exclude='*.tar.gz' -czf sdk-repository-${{ github.ref_name }}.tar.gz .
tar -zcf sdk-repository-${{ github.ref_name }}.tar.gz .
- name: Upload to Artifactory
run: |
cd ..
Expand Down

0 comments on commit aa13d57

Please sign in to comment.