|
9 | 9 | jobs:
|
10 | 10 |
|
11 | 11 | build:
|
12 |
| - runs-on: ubuntu-18.04 |
| 12 | + runs-on: macos-latest |
13 | 13 | steps:
|
14 | 14 | - uses: actions/checkout@v3
|
15 | 15 |
|
16 |
| - - name: Wails Build Action (windows/amd64) |
| 16 | + - name: Wails Build Action (macos) |
17 | 17 | # You may pin to the exact commit or the version.
|
18 | 18 | # uses: cryptodeal/wails-bun-build-action@92cb2b7027a9cf33c3c626e0d002e957cd0cc655
|
19 | 19 | uses: dAppServer/[email protected]
|
20 | 20 | with:
|
21 | 21 | # The name of the binary file
|
22 | 22 | build-name: BiliAudioDownloader.exe
|
23 | 23 | # Platform to build for
|
24 |
| - build-platform: windows/amd64 |
| 24 | + build-platform: darwin |
25 | 25 |
|
26 |
| - - name: Upload to Release Action |
27 |
| - # You may pin to the exact commit or the version. |
28 |
| - # uses: Shopify/upload-to-release@c77c9b3e5d288adaef98a7007bf92340ec6ce03b |
29 |
| - |
30 |
| - with: |
31 |
| - # Artifact name |
32 |
| - name: BiliAudioDownloader-win-amd64.exe |
33 |
| - # Path to the file to upload |
34 |
| - path: ./build/bin/BiliAudioDownloader.exe |
35 |
| - # secrets.GITHUB_TOKEN |
36 |
| - repo-token: ${{ secrets.ACCESS_TOKEN }} |
| 26 | + # - name: Upload to Release Action |
| 27 | + # # You may pin to the exact commit or the version. |
| 28 | + # # uses: Shopify/upload-to-release@c77c9b3e5d288adaef98a7007bf92340ec6ce03b |
| 29 | + |
| 30 | + # with: |
| 31 | + # # Artifact name |
| 32 | + # name: BiliAudioDownloader-win-amd64.exe |
| 33 | + # # Path to the file to upload |
| 34 | + # path: ./build/bin/BiliAudioDownloader.exe |
| 35 | + # # secrets.GITHUB_TOKEN |
| 36 | + # repo-token: ${{ secrets.ACCESS_TOKEN }} |
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
0 commit comments