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 4a07564 commit d711871
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/zip-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,19 @@ jobs:
- name: West update
run: west update

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

0 comments on commit d711871

Please sign in to comment.