Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- name: Build binaries
run: bash tool/build_linux.sh x64

- uses: actions/checkout@v3
- name: Upload binary
if: github.event_name == 'workflow_dispatch'
uses: ./.github/actions/upload
Expand All @@ -48,7 +47,6 @@ jobs:
- name: Build binaries
run: bash tool/build_linux.sh aarch64

- uses: actions/checkout@v3
- name: Upload binary
if: github.event_name == 'workflow_dispatch'
uses: ./.github/actions/upload
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ jobs:
- name: Build binaries
run: bash tool/build_linux.sh x64

- uses: actions/checkout@v3
- name: Upload binary
uses: ./.github/actions/upload
with:
Expand All @@ -155,7 +154,6 @@ jobs:
- name: Build binaries
run: bash tool/build_linux.sh aarch64

- uses: actions/checkout@v3
- name: Upload binary
uses: ./.github/actions/upload
with:
Expand All @@ -175,7 +173,6 @@ jobs:
- name: Build binary
run: bash tool/build_windows.sh x64

- uses: actions/checkout@v3
- name: Upload binary
uses: ./.github/actions/upload
with:
Expand All @@ -195,7 +192,6 @@ jobs:
- name: Build binary
run: bash tool/build_macos.sh aarch64

- uses: actions/checkout@v3
- name: Upload binary
uses: ./.github/actions/upload
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- name: Build binary
run: bash tool/build_windows.sh x64

- uses: actions/checkout@v3
- name: Upload binary
if: github.event_name == 'workflow_dispatch'
uses: ./.github/actions/upload
Expand Down