-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore (Github Action: 恢复 Windows 编译)
- Loading branch information
Showing
1 changed file
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|