fix permissions on artifacts

This commit is contained in:
Czarek Nakamoto
2023-12-30 14:02:41 +01:00
parent 617dcd426b
commit a3a9a532b3
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -11,4 +11,5 @@ basename="$(basename $path_to_file)"
curl --user $registry_user:$PAT_SECRET_PACKAGE \
--upload-file "$path_to_file" \
"https://git.mrcyjanek.net/api/packages/mrcyjanek/generic/monero_c/${cache_name}-${cache_key}/${basename}"
rm $path_to_file