From a3a9a532b36a00b392f5c408051f791166c7dbe8 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Sat, 30 Dec 2023 14:02:41 +0100 Subject: fix permissions on artifacts --- save_artifact.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'save_artifact.sh') 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 -- cgit v1.2.3