Skip to content

Commit

Permalink
fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
mugiseyebrows committed Nov 8, 2024
1 parent b99f6aa commit f4067cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
where mugideploy > NUL 2>&1 || pip install mugideploy
where ninja > NUL 2>&1 || pip install ninja
call build-msys2
mugideploy collect --bin Release-msys2\mugi-query.exe --plugins sqldrivers --zip
mugideploy collect --bin Release-msys2\mugi-query.exe --data emmet.json --plugins sqldrivers --zip
- name: upload
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion deploy.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set PATH=C:\msys64\ucrt64\bin;C:\Program Files\CMake\bin;%LOCALAPPDATA%\Programs
where mugideploy > NUL 2>&1 || pip install mugideploy
where ninja > NUL 2>&1 || pip install ninja
call build-msys2
mugideploy collect --bin Release-msys2\mugi-query.exe --plugins sqldrivers --zip
mugideploy collect --bin Release-msys2\mugi-query.exe --data emmet.json --plugins sqldrivers --zip
2 changes: 1 addition & 1 deletion deploy.pbat
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ use(conda)
install(mugideploy)
install(ninja)
call build-msys2
mugideploy collect --bin Release-msys2\mugi-query.exe --plugins sqldrivers --zip
mugideploy collect --bin Release-msys2\mugi-query.exe --data emmet.json --plugins sqldrivers --zip
github_upload(mugi-query-*-win64.zip, :n=mugi-query)
github-workflow 1

0 comments on commit f4067cd

Please sign in to comment.