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 21, 2024
1 parent 8228c02 commit 681fb22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/zip-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:

- name: Create tar.gz
run: >
cd .. && tar --exclude="*.tar.gz" -czf
cd .. && tar --exclude="*.tar.gz" -czf \
sdk-repository-${{ github.ref_name }}.tar.gz sdk-nrf-testing
- name: Upload to Artifactory
env:
URL: https://eu.files.nordicsemi.com/artifactory/ncs-src-mirror
run: >
cd .. && curl -u ${{ secrets.COM_NORDICSEMI_FILES_BURAN_CI }}
-T sdk-repository-${{ github.ref_name }}.tar.gz
cd .. && curl -u ${{ secrets.COM_NORDICSEMI_FILES_BURAN_CI }} \
-T sdk-repository-${{ github.ref_name }}.tar.gz \
${URL}/${{ github.ref_name }}/sdk-nrf-source.tar.gz

0 comments on commit 681fb22

Please sign in to comment.