fix: remove tmp files after import

joneugster-patch-1
Jon Eugster 1 year ago
parent b7eb15184d
commit 7114a8c4cb

@ -28,3 +28,7 @@ do
#tar -xvzf $f -C games/${OWNER}/${REPO}
unzip -q -o $f -d ${OWNER}/${REPO}
done
# Delete temporary files
rm -f tmp/${OWNER}_${REPO}_${ARTIFACT_ID}.zip
rm -fr tmp/${OWNER}_${REPO}_${ARTIFACT_ID}

Loading…
Cancel
Save