Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin2li committed Jul 14, 2023
1 parent 86ffaaa commit 7cbb45e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
with:
name: macos-artifact
path: build/bin

deploy-ubuntu:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -80,7 +81,7 @@ jobs:
cd ../thirdparty
pip install -r requirements.txt
pyinstaller -F -w pdf.py
cp -r dist/ ../build/bin/pdf
mkdir ../build/bin/pdf && cp -r dist/ ../build/bin
cd ..
wails build
Expand Down

0 comments on commit 7cbb45e

Please sign in to comment.