Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified backend/celerybeat-schedule
Binary file not shown.