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 6b3bef9 commit 7f518a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/zip-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ jobs:
# west update
#
- name: Zip repository
run: zip -r sdk-repository-${{ github.sha }}.zip . -x "*.git*"
run: zip -r sdk-repository-${{ github.ref_name }}.zip . -x "*.git*"

- name: Upload to Artifactory
run: |
curl -u ${{ 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"
curl -u ${{ secrets.ARTIFACTORY_BURAN_CI_TOKEN }} -T sdk-repository-${{ github.ref_name }}.zip https://eu.files.nordicsemi.com/artifactory/ncs-src-mirror/sdk-repository-${{ github.ref_name }}.zip

0 comments on commit 7f518a3

Please sign in to comment.