We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e48690 commit c5b57f1Copy full SHA for c5b57f1
.github/workflows/download-cache.yml
@@ -82,11 +82,11 @@ jobs:
82
SOURCE_TYPE=$(cat downloads/.lock.json | jq -M -c -r '."${{ matrix.source }}".source_type')
83
if [ "$SOURCE_TYPE" = "archive" ]; then
84
cd downloads
85
- rename_file $(cat downloads/.lock.json | jq -M -c -r '."${{ matrix.source }}".filename') ${{ matrix.source }}-spc-mirror
+ rename_file $(cat .lock.json | jq -M -c -r '."${{ matrix.source }}".filename') ${{ matrix.source }}-spc-mirror
86
cd ..
87
else
88
89
- tar -cJvf ${{ matrix.source }}-spc-mirror.txz $(cat downloads/.lock.json | jq -M -c -r '."${{ matrix.source }}".dirname')
+ tar -cJvf ${{ matrix.source }}-spc-mirror.txz $(cat .lock.json | jq -M -c -r '."${{ matrix.source }}".dirname')
90
91
fi
92
- name: "Deploy to OSS"
0 commit comments