changed the repository path
This commit is contained in:
		@@ -87,6 +87,6 @@ AppDir:
 | 
			
		||||
      command: ./AppRun
 | 
			
		||||
 | 
			
		||||
AppImage:
 | 
			
		||||
  update-information: 'zsync|https://gitea.pkm.physik.tu-darmstadt.de/api/packages/IPKM-Public/generic/NMReval/latest/NMReval-latest-x86_64.Appimage.zsync'
 | 
			
		||||
  update-information: 'zsync|https://gitea.pkm.physik.tu-darmstadt.de/api/packages/IPKM/generic/NMReval/latest/NMReval-latest-x86_64.Appimage.zsync'
 | 
			
		||||
  sign-key: 976AC9D78688B628B00D4944D319B98C2D6CE5D3
 | 
			
		||||
  arch: x86_64
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,7 @@ if [ -z ${GO_PIPELINE_LABEL} ]; then
 | 
			
		||||
else
 | 
			
		||||
	APPIMAGE=NMReval-${GO_PIPELINE_LABEL}-x86_64.AppImage 
 | 
			
		||||
	ZSYNC=NMReval-${GO_PIPELINE_LABEL}-x86_64.AppImage.zsync
 | 
			
		||||
	GITEA_OWNER=IPKM-Public
 | 
			
		||||
	GITEA_OWNER=IPKM
 | 
			
		||||
	#
 | 
			
		||||
	# AppImage
 | 
			
		||||
	#
 | 
			
		||||
@@ -14,11 +14,11 @@ else
 | 
			
		||||
		https://gitea.pkm.physik.tu-darmstadt.de/api/packages/${GITEA_OWNER}/generic/NMReval/${GO_PIPELINE_LABEL}/$APPIMAGE
 | 
			
		||||
	# latest
 | 
			
		||||
	curl --user ${gitea_user}:${gitea_token} --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 --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
 | 
			
		||||
	#
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user