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 4efaa85 commit 6b3bef9
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 @@ -33,9 +33,9 @@ jobs:
# west update
#
- name: Zip repository
run: zip -r sdk-repository-${{ github.ref_name }}.zip . -x "*.git*"
run: zip -r sdk-repository-${{ github.sha }}.zip . -x "*.git*"

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

0 comments on commit 6b3bef9

Please sign in to comment.