forked from IPKM/nmreval
create latest AppImage copy
This commit is contained in:
parent
dd3a49613e
commit
229680c14f
@ -90,6 +90,9 @@ if __name__ == "__main__":
|
|||||||
print(f"Uploading NMReval-{appimage_version}-x86_64.AppImage and .zsync")
|
print(f"Uploading NMReval-{appimage_version}-x86_64.AppImage and .zsync")
|
||||||
upload(key, secret, host, bucket,
|
upload(key, secret, host, bucket,
|
||||||
f"NMReval-{appimage_version}-x86_64.AppImage")
|
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,
|
upload(key, secret, host, bucket,
|
||||||
f"NMReval-{appimage_version}-x86_64.AppImage.zsync")
|
f"NMReval-{appimage_version}-x86_64.AppImage.zsync")
|
||||||
upload(key, secret, host, bucket,
|
upload(key, secret, host, bucket,
|
||||||
|
Loading…
Reference in New Issue
Block a user