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 19, 2024
1 parent 2bca0bf commit 4f32f2e
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 @@ -27,14 +27,14 @@ jobs:
- name: Install West
run: pip install west

- name: Initialize West Workspace
run: |
west init -l .
west update
# - name: West Update
# run: |
# west init -l .
# west update

- name: Zip repository
run: zip -r sdk-repository-${{ github.sha }}.zip . -x "*.git*"

- name: Upload to Artifactory
run: |
curl -H "X-JFrog-Art-Api:${{ secrets.ARTIFACTORY_BURAN_CI_TOKEN }}" -T sdk-repository-${{ github.sha }}.zip "https://artifactory.nordicsemi.no/artifactory/ncs-source-mirror/sdk-repository-${{ github.sha }}.zip"
curl -H "X-JFrog-Art-Api:${{ secrets.ARTIFACTORY_BURAN_CI_TOKEN }}" -T sdk-repository-${{ github.sha }}.zip "https://eu.files.nordicsemi.com/artifactory//ncs-source-mirror/sdk-repository-${{ github.sha }}.zip"

0 comments on commit 4f32f2e

Please sign in to comment.