We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f3e911 commit f03921eCopy full SHA for f03921e
.github/workflows/zip-upload.yml
@@ -34,10 +34,10 @@ jobs:
34
35
- name: Zip repository
36
run: |
37
- cd..
+ cd ..
38
zip -r sdk-repository-${{ github.ref_name }}.zip . -x "*.git*"
39
40
- name: Upload to Artifactory
41
42
43
curl -u ${{ secrets.ARTIFACTORY_BURAN_CI_TOKEN }} -T sdk-repository-${{ github.ref_name }}.zip https://eu.files.nordicsemi.com/artifactory/ncs-src-mirror/${{ github.ref_name }}/sdk-repository-${{ github.ref_name }}.zip
0 commit comments