upgraded docker ubuntu base

This commit is contained in:
Jan Prochazka
2024-05-13 14:25:26 +02:00
parent a24271f045
commit dd36427a80
2 changed files with 2 additions and 1 deletions

View File

@@ -99,6 +99,7 @@ jobs:
mv app/dist/*.exe artifacts/ || true
mv app/dist/*.zip artifacts/ || true
mv app/dist/*.tar.gz artifacts/ || true
mv app/dist/*.AppImage artifacts/ || true
mv app/dist/*.deb artifacts/ || true
mv app/dist/*.dmg artifacts/ || true