summaryrefslogtreecommitdiff
path: root/save_artifact.sh
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2023-12-30 14:02:41 +0100
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2023-12-30 14:02:41 +0100
commita3a9a532b36a00b392f5c408051f791166c7dbe8 (patch)
tree89991f05143982494976ef1413fadcba54b7c781 /save_artifact.sh
parent617dcd426b78687aefeab8d8c998a906d965a0b5 (diff)
fix permissions on artifacts
Diffstat (limited to 'save_artifact.sh')
-rwxr-xr-xsave_artifact.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/save_artifact.sh b/save_artifact.sh
index e300e6f..195ed34 100755
--- a/save_artifact.sh
+++ b/save_artifact.sh
@@ -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 \ No newline at end of file