copy windows zip file to release #84

This commit is contained in:
Jan Prochazka
2021-04-24 09:12:30 +02:00
parent 1d24fd9942
commit 72033e5830
2 changed files with 3 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ jobs:
mkdir artifacts
mv app/dist/*.exe artifacts/ || true
mv app/dist/*.zip artifacts/ || true
mv app/dist/*.AppImage artifacts/ || true
mv app/dist/*.deb artifacts/ || true
mv app/dist/*.snap artifacts/ || true