Commit 160a107 1 parent 08f617d commit 160a107 Copy full SHA for 160a107
File tree 1 file changed +16
-16
lines changed
1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -45,22 +45,22 @@ jobs:
45
45
name : windows-build
46
46
path : fyne-cross/bin/windows-amd64
47
47
48
- # build-mac:
49
- # runs-on: macos-latest
50
- # steps:
51
- # - uses: actions/checkout@v4
52
- # - name: Set up Go
53
- # uses: actions/setup-go@v5
54
- # with:
55
- # go-version: 1.22
56
- # - name: Build Fyne application for macOS
57
- # # run: fyne package -os darwin -icon Icon.png
58
- # run: GOOS=darwin GOARCH=arm64 go build -o SoundscapeSync.app
59
- # - name: Upload macOS artifact
60
- # uses: actions/upload-artifact@v4
61
- # with:
62
- # name: macos-build
63
- # path: SoundscapeSync.app
48
+ build-mac :
49
+ runs-on : macos-latest
50
+ steps :
51
+ - uses : actions/checkout@v4
52
+ - name : Set up Go
53
+ uses : actions/setup-go@v5
54
+ with :
55
+ go-version : 1.22
56
+ - name : Build Fyne application for macOS
57
+ # run: fyne package -os darwin -icon Icon.png
58
+ run : GOOS=darwin GOARCH=arm64 go build -o SoundscapeSync.app
59
+ - name : Upload macOS artifact
60
+ uses : actions/upload-artifact@v4
61
+ with :
62
+ name : macos-build
63
+ path : SoundscapeSync.app
64
64
65
65
create-release :
66
66
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments