AppImage path was incorrect in upload script.

fixes #17
This commit is contained in:
Markus Rosenstihl 2023-02-07 07:57:56 +01:00
parent 57ecff478b
commit 5577adabec

View File

@ -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
#