diff --git a/.github/workflows/build-app-beta.yaml b/.github/workflows/build-app-beta.yaml index c54db6733..7c89c5257 100644 --- a/.github/workflows/build-app-beta.yaml +++ b/.github/workflows/build-app-beta.yaml @@ -67,7 +67,7 @@ jobs: mv app/dist/*.AppImage artifacts/ || true mv app/dist/*.deb artifacts/ || true mv app/dist/*.snap artifacts/ || true -# mv app/dist/*.dmg artifacts/ || true + mv app/dist/*.dmg artifacts/ || true - name: Upload artifacts uses: actions/upload-artifact@v1