File tree Expand file tree Collapse file tree 2 files changed +0
-25
lines changed Expand file tree Collapse file tree 2 files changed +0
-25
lines changed Original file line number Diff line number Diff line change 1
1
on :
2
2
push :
3
- workflow_dispatch :
4
3
name : " macos"
5
4
jobs :
6
5
build_macOS_aarch64 :
20
19
- name : Build binary
21
20
run : ./tool/build_macos.sh aarch64
22
21
23
- - name : Upload binary
24
- if : github.event_name == 'workflow_dispatch'
25
- uses : ./.github/actions/upload
26
- with :
27
- repo-token : ${{ secrets.GITHUB_TOKEN }}
28
- file-name : libpowersync_aarch64.dylib
29
- tag : ${{ github.ref_name }}
30
-
31
22
build_macOS_x64 :
32
23
name : Building macOS x64
33
24
runs-on : macos-12
44
35
45
36
- name : Build binary
46
37
run : ./tool/build_macos.sh x64
47
-
48
- - name : Upload binary
49
- if : github.event_name == 'workflow_dispatch'
50
- uses : ./.github/actions/upload
51
- with :
52
- repo-token : ${{ secrets.GITHUB_TOKEN }}
53
- file-name : libpowersync_x64.dylib
54
- tag : ${{ github.ref_name }}
Original file line number Diff line number Diff line change 18
18
19
19
- name : Build binary
20
20
run : ./tool/build_windows.sh x64
21
-
22
- - name : Upload binary
23
- if : github.event_name == 'workflow_dispatch'
24
- uses : ./.github/actions/upload
25
- with :
26
- repo-token : ${{ secrets.GITHUB_TOKEN }}
27
- file-name : powersync_x64.dll
28
- tag : ${{ github.ref_name }}
You can’t perform that action at this time.
0 commit comments