Skip to content

Commit

Permalink
copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
mugiseyebrows committed Jan 31, 2024
1 parent 5cee9e0 commit 39b910d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
if not exist "C:\Qt\Tools\mingw810_64\bin\gcc.exe" aqt install-tool windows desktop tools_mingw qt.tools.win64_mingw810 -O C:\Qt
qmake
mingw32-make release -j4
mugideploy collect --app mugi-query --git-version --bin release\mugi-query.exe --plugins odbc mysql sqlite psql --zip
mugideploy collect --app mugi-grep --git-version --bin release\mugi-grep.exe --zip
- name: upload
uses: actions/upload-artifact@v3
with:
name: mugi-query-win64
path: mugi-query-*-win64
name: mugi-grep-win64
path: mugi-grep-*-win64
- name: release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: mugi-query-*-win64.zip
files: mugi-grep-*-win64.zip
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ if not exist "C:\Qt\5.15.2\mingw81_64\bin\qmake.exe" aqt install-qt windows desk
if not exist "C:\Qt\Tools\mingw810_64\bin\gcc.exe" aqt install-tool windows desktop tools_mingw qt.tools.win64_mingw810 -O C:\Qt
qmake
mingw32-make release -j4
mugideploy collect --app mugi-query --git-version --bin release\mugi-query.exe --plugins odbc mysql sqlite psql --zip
mugideploy collect --app mugi-grep --git-version --bin release\mugi-grep.exe --zip
6 changes: 3 additions & 3 deletions build.pbat
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ def main
install(mingw, 8.1.0)
qmake
mingw32-make release -j4
mugideploy collect --app mugi-query --git-version --bin release\mugi-query.exe --plugins odbc mysql sqlite psql --zip
github_upload(mugi-query-*-win64, :name=mugi-query-win64)
github_release(mugi-query-*-win64.zip)
mugideploy collect --app mugi-grep --git-version --bin release\mugi-grep.exe --zip
github_upload(mugi-grep-*-win64, :name=mugi-grep-win64)
github_release(mugi-grep-*-win64.zip)

github-workflow 1

0 comments on commit 39b910d

Please sign in to comment.