Skip to content

Commit

Permalink
Sdf
Browse files Browse the repository at this point in the history
  • Loading branch information
jaci-nordic committed Mar 21, 2024
1 parent 3f02f18 commit cfcf28e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zip-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
- name: Create tar.gz
run: >
tar --exclude="sdk-repository*.*gz" -czf
sdk-repository-${{ github.ref_name }}.tar.gz .
sdk-repository-${{ github.ref_name }}.tar.gz ..
- name: Upload to Artifactory
env:
URL: https://eu.files.nordicsemi.com/artifactory/ncs-src-mirror
run: >
curl -u ${{ secrets.COM_NORDICSEMI_FILES_BURAN_CI }}
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 cfcf28e

Please sign in to comment.