*Ensure pool files always upload

This commit is contained in:
Derrick Hammer 2022-09-28 21:57:24 -04:00
parent 088fdf16d9
commit c0bee3e2da
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ func run() error {
"Batch": true,
"Passphrase": gpg_pass,
},
"ForceOverwrite": true,
}).
Put(fmt.Sprintf("/api/publish/s3:%s:%s/%s", repo, folder, distro))