Skip to content

Remove checkout twice on upload #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 15, 2024
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
Loading