Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschwarzer committed Dec 16, 2024
2 parents 39028ff + 1b737be commit 3feefb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ jobs:
$env:API_SECURE = "true"
$env:IS_ELECTRON = "true"
$env:PLATFORM = "win32"
Remove-Item -Force ".\static\background.mp4"
yarn run generate
Copy-item -Force -Recurse -Verbose ".\dist\*" -Destination ".\electron\public\"
- name: Build electron
Expand Down Expand Up @@ -236,6 +237,7 @@ jobs:
export API_SECURE="true"
export IS_ELECTRON="true"
export PLATFORM="linux"
rm -vf ./static/background.mp4
yarn run generate
cp -vr ./dist/* ./electron/public/
- name: Build electron
Expand Down

0 comments on commit 3feefb5

Please sign in to comment.