Skip to content

Commit c0b4a3f

Browse files
authored
Update build.yml
1 parent f5cf0dd commit c0b4a3f

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/build.yml

+14-14
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,31 @@ on:
99
jobs:
1010

1111
build:
12-
runs-on: ubuntu-18.04
12+
runs-on: macos-latest
1313
steps:
1414
- uses: actions/checkout@v3
1515

16-
- name: Wails Build Action (windows/amd64)
16+
- name: Wails Build Action (macos)
1717
# You may pin to the exact commit or the version.
1818
# uses: cryptodeal/wails-bun-build-action@92cb2b7027a9cf33c3c626e0d002e957cd0cc655
1919
uses: dAppServer/[email protected]
2020
with:
2121
# The name of the binary file
2222
build-name: BiliAudioDownloader.exe
2323
# Platform to build for
24-
build-platform: windows/amd64
24+
build-platform: darwin
2525

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-
uses: Shopify/[email protected]
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+
# uses: Shopify/[email protected]
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 }}
3737

3838

3939

0 commit comments

Comments
 (0)