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
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}

- name: Set working directory
run: cd frontend/electron

- name: Install Modules
run: npm install
- name: Install Electron
Expand All @@ -95,7 +99,7 @@ jobs:
name: vite-dist
path: dist
- name: Copy frontend/electron to Electron
shell: bash # ⬅️ use Bash em vez de pwsh
shell: bash
run: |
mkdir -p public
cp -r dist/* public/
Expand Down
Binary file modified backend/celerybeat-schedule
Binary file not shown.
Loading