We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c59ff commit 47f5b29Copy full SHA for 47f5b29
.github/workflows/src-mirror.yml
@@ -21,9 +21,9 @@ jobs:
21
git config --global pack.windowMemory "32m" &&
22
west forall -c 'git gc --prune --aggressive'
23
24
- - name: Create 7z archive
+ - name: Create tar archive
25
run: |
26
- 7z a -t7z src.7z ./workspace/
+ tar -C ./workspace -czvf src.tar.gz .
27
28
- name: Set up JFrog CLI
29
uses: jfrog/setup-jfrog-cli@v4
@@ -32,7 +32,7 @@ jobs:
32
env:
33
ARTIFACTORY_URL: https://eu.files.nordicsemi.com/artifactory
34
REPOSITORY: ncs-src-mirror
35
- FILE_PATH: src.7z
+ FILE_PATH: src.tar.gz
36
TARGET_PATH: external/${{ github.ref_name }}/
37
run: >
38
jfrog rt u $FILE_PATH $REPOSITORY/$TARGET_PATH
0 commit comments