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 11on :
22 push :
3- workflow_dispatch :
43name : " macos"
54jobs :
65 build_macOS_aarch64 :
2019 - name : Build binary
2120 run : ./tool/build_macos.sh aarch64
2221
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-
3122 build_macOS_x64 :
3223 name : Building macOS x64
3324 runs-on : macos-12
4435
4536 - name : Build binary
4637 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 1818
1919 - name : Build binary
2020 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