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 6b93952 commit 729d9d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/zip-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Zip and Send
on:
push:
branches:
- zipAndSend # Trigger on pushes to the main branch
- zipAndSend

jobs:
zip-and-upload:
Expand All @@ -28,8 +28,8 @@ jobs:
cd sdk-nrf
west init -l .
- name: West update
run: west update
# - name: West update
# run: west update

- name: Create tar.gz
run: >
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Upload to Artifactory
run: >
cd .. && curl -u ${{ secrets.ARTIFACTORY_BURAN_CI_TOKEN }}
cd .. && curl -u ${{ secrets.COM_NORDICSEMI_FILES_BURAN_CI }}
-T sdk-repository-${{ github.ref_name }}.tar.gz
https://eu.files.nordicsemi.com/artifactory/ncs-src-mirror/${{ github.ref_name }}
/sdk-repository-${{ github.ref_name }}.tar.gz
/sdk-nrf-source.tar.gz

0 comments on commit 729d9d4

Please sign in to comment.