From 5577adabec2b2e41c54eb0344241ce433e6f0e25 Mon Sep 17 00:00:00 2001 From: Markus Rosenstihl Date: Tue, 7 Feb 2023 07:57:56 +0100 Subject: [PATCH] AppImage path was incorrect in upload script. fixes #17 --- tools/upload_gitea.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/upload_gitea.sh b/tools/upload_gitea.sh index d484c50..ac27724 100755 --- a/tools/upload_gitea.sh +++ b/tools/upload_gitea.sh @@ -14,11 +14,11 @@ else https://gitea.pkm.physik.tu-darmstadt.de/api/packages/${GITEA_OWNER}/generic/NMReval/${GO_PIPELINE_LABEL}/$APPIMAGE # latest curl -sS --user ${gitea_user}:${gitea_token} -X DELETE \ - https://gitea.pkm.physik.tu-darmstadt.de/api/packages/${GITEA_OWNER}/generic/NMReval-latest/NMReval-latest-x86_64.Appimage + https://gitea.pkm.physik.tu-darmstadt.de/api/packages/${GITEA_OWNER}/generic/NMReval/latest/NMReval-latest-x86_64.Appimage curl -sS --user ${gitea_user}:${gitea_token} \ --upload-file $APPIMAGE \ - https://gitea.pkm.physik.tu-darmstadt.de/api/packages/${GITEA_OWNER}/generic/NMReval-latest/NMReval-latest-x86_64.Appimage + https://gitea.pkm.physik.tu-darmstadt.de/api/packages/${GITEA_OWNER}/generic/NMReval/latest/NMReval-latest-x86_64.Appimage # # zsync files #