File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,11 +82,11 @@ jobs:
82
82
SOURCE_TYPE=$(cat downloads/.lock.json | jq -M -c -r '."${{ matrix.source }}".source_type')
83
83
if [ "$SOURCE_TYPE" = "archive" ]; then
84
84
cd downloads
85
- rename_file $(cat downloads/ .lock.json | jq -M -c -r '."${{ matrix.source }}".filename') ${{ matrix.source }}-spc-mirror
85
+ rename_file $(cat .lock.json | jq -M -c -r '."${{ matrix.source }}".filename') ${{ matrix.source }}-spc-mirror
86
86
cd ..
87
87
else
88
88
cd downloads
89
- tar -cJvf ${{ matrix.source }}-spc-mirror.txz $(cat downloads/ .lock.json | jq -M -c -r '."${{ matrix.source }}".dirname')
89
+ tar -cJvf ${{ matrix.source }}-spc-mirror.txz $(cat .lock.json | jq -M -c -r '."${{ matrix.source }}".dirname')
90
90
cd ..
91
91
fi
92
92
- name : " Deploy to OSS"
You can’t perform that action at this time.
0 commit comments