Skip to content

Commit f03921e

Browse files
committed
test
1 parent 0f3e911 commit f03921e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/zip-upload.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
3535
- name: Zip repository
3636
run: |
37-
cd..
37+
cd ..
3838
zip -r sdk-repository-${{ github.ref_name }}.zip . -x "*.git*"
3939
4040
- name: Upload to Artifactory
4141
run: |
42-
cd..
42+
cd ..
4343
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

Comments
 (0)