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:
8282 SOURCE_TYPE=$(cat downloads/.lock.json | jq -M -c -r '."${{ matrix.source }}".source_type')
8383 if [ "$SOURCE_TYPE" = "archive" ]; then
8484 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
8686 cd ..
8787 else
8888 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')
9090 cd ..
9191 fi
9292 - name : " Deploy to OSS"
You can’t perform that action at this time.
0 commit comments