Skip to content

Commit

Permalink
hack: force refresh oduploader config
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
1715173329 committed Aug 31, 2022
1 parent fe0be6f commit 78dc124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: |
./uploader-cache/detect-upload-files.sh
[ "$(ls -A "package-sources"/* | wc -l)" -gt "0" ] || exit 0
[ -f "uploader-keys/$UPLOADER_TYPE.json" ] && cp -f "uploader-keys/$UPLOADER_TYPE.json" "$UPLOADER_CONF" || ./onedrive-uploader/gen-onedriveconf.sh
./onedrive-uploader/gen-onedriveconf.sh
./onedrive-uploader/OneDriveUploader -f -c "$UPLOADER_CONF" -s "package-sources" -r "/" -skip
./uploader-cache/gen-downloaded-hash.sh
[ -d "uploader-keys" ] || mkdir -p "uploader-keys"
Expand Down

0 comments on commit 78dc124

Please sign in to comment.