From 6b3bef9756e09eac9f901c0d7900e4245635cafa Mon Sep 17 00:00:00 2001 From: NordicBuilder Date: Tue, 19 Mar 2024 14:45:15 +0100 Subject: [PATCH] fixup! WorkFlows: Pack and Send repository --- .github/workflows/zip-upload.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/zip-upload.yml b/.github/workflows/zip-upload.yml index 465eb19be9..517206167a 100644 --- a/.github/workflows/zip-upload.yml +++ b/.github/workflows/zip-upload.yml @@ -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"