Skip to content

Commit 3fcf07f

Browse files
committed
Remove "upload binary" that we never triggered.
1 parent 9958fbe commit 3fcf07f

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

.github/workflows/macos.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
on:
22
push:
3-
workflow_dispatch:
43
name: "macos"
54
jobs:
65
build_macOS_aarch64:
@@ -20,14 +19,6 @@ jobs:
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
@@ -44,11 +35,3 @@ jobs:
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 }}

.github/workflows/windows.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,3 @@ jobs:
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 }}

0 commit comments

Comments
 (0)