diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fbfc95b1..214d566f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -140,11 +140,13 @@ jobs: - name: Build Electron App working-directory: frontend/electron run: npx electron-builder --win --publish never - - uses: actions/upload-artifact@v4 + + - name: Upload Electron artifact + uses: actions/upload-artifact@v4 with: name: electron-app - path: dist/*.exe # ◀️ captura o instalador Windows - + path: frontend/electron/dist/*.exe + release: name: "🚀 Create GitHub Release" runs-on: ubuntu-latest diff --git a/backend/celerybeat-schedule b/backend/celerybeat-schedule index f30be9e3..a629278e 100644 Binary files a/backend/celerybeat-schedule and b/backend/celerybeat-schedule differ