We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f518a3 commit e2cc27eCopy full SHA for e2cc27e
.github/workflows/zip-upload.yml
@@ -37,4 +37,4 @@ jobs:
37
38
- name: Upload to Artifactory
39
run: |
40
- 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
+ curl -u ${{ secrets.ARTIFACTORY_BURAN_CI_TOKEN }} -T sdk-repository-${{ github.ref_name }}.zip https://eu.files.nordicsemi.com/artifactory/ncs_source_mirror/sdk-repository-${{ github.ref_name }}.zip
0 commit comments