Skip to content

Commit c5b57f1

Browse files
authored
Update download-cache.yml
1 parent 0e48690 commit c5b57f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/download-cache.yml

+2-2
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)