create latest AppImage copy

This commit is contained in:
Markus Rosenstihl 2022-11-23 22:38:33 +01:00
parent dd3a49613e
commit 229680c14f
Signed by: markusro
GPG Key ID: EDBE7E5B34B110BD

View File

@ -90,6 +90,9 @@ if __name__ == "__main__":
print(f"Uploading NMReval-{appimage_version}-x86_64.AppImage and .zsync")
upload(key, secret, host, bucket,
f"NMReval-{appimage_version}-x86_64.AppImage")
upload(key, secret, host, bucket,
f"NMReval-{appimage_version}-x86_64.AppImage",
f"NMReval-latest-x86_64.AppImage")
upload(key, secret, host, bucket,
f"NMReval-{appimage_version}-x86_64.AppImage.zsync")
upload(key, secret, host, bucket,