Skip to content

Commit

Permalink
chore (Github Action: 恢复 Windows 编译)
Browse files Browse the repository at this point in the history
  • Loading branch information
HIM049 committed Jan 14, 2024
1 parent 5a6c822 commit f954eb6
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@ jobs:
# Platform to build for
build-platform: darwin

# build-windows-version:
# runs-on: windows-latest
# steps:
# - uses: actions/checkout@v3
build-windows-version:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3

# - name: Install ExPackages
# run: "npm install -D unplugin-vue-components unplugin-auto-import"
- name: Install ExPackages
run: "npm install -D unplugin-vue-components unplugin-auto-import"

# - name: Wails Build Action (windows)
# # You may pin to the exact commit or the version.
# # uses: cryptodeal/wails-bun-build-action@92cb2b7027a9cf33c3c626e0d002e957cd0cc655
# uses: dAppServer/[email protected]
# with:
# # The name of the binary file
# build-name: BADownloader-windows.exe
# # Platform to build for
# build-platform: windows
- name: Wails Build Action (windows)
# You may pin to the exact commit or the version.
# uses: cryptodeal/wails-bun-build-action@92cb2b7027a9cf33c3c626e0d002e957cd0cc655
uses: dAppServer/[email protected]
with:
# The name of the binary file
build-name: BADownloader-windows.exe
# Platform to build for
build-platform: windows


# - name: Upload to Release Action
Expand Down

0 comments on commit f954eb6

Please sign in to comment.