Skip to content

Commit

Permalink
no executable asset
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukinoko-kun committed Jul 13, 2024
1 parent 85c16f4 commit 91b2713
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,6 @@ jobs:
name: linux
retention-days: 1

- name: Upload executable to artifacts
uses: actions/upload-artifact@v4
with:
path: linux/${{ env.binary }}
name: linux-executable
retention-days: 1

- name: Upload binaries to release
if: ${{ env.add_binaries_to_github_release == 'true' }}
uses: svenstaro/upload-release-action@v2
Expand Down Expand Up @@ -112,13 +105,6 @@ jobs:
name: windows
retention-days: 1

- name: Upload executable to artifacts
uses: actions/upload-artifact@v4
with:
path: windows/${{ env.binary }}.exe
name: windows-executable
retention-days: 1

- name: Upload binaries to release
if: ${{ env.add_binaries_to_github_release == 'true' }}
uses: svenstaro/upload-release-action@v2
Expand Down Expand Up @@ -166,13 +152,6 @@ jobs:
name: macOS-intel
retention-days: 1

- name: Upload executable to artifacts
uses: actions/upload-artifact@v4
with:
path: target/x86_64-apple-darwin/release/${{ env.binary }}
name: mac-x86-executable
retention-days: 1

- name: Upload binaries to release
if: ${{ env.add_binaries_to_github_release == 'true' }}
uses: svenstaro/upload-release-action@v2
Expand Down Expand Up @@ -220,13 +199,6 @@ jobs:
name: macOS-apple-silicon
retention-days: 1

- name: Upload executable to artifacts
uses: actions/upload-artifact@v4
with:
path: target/aarch64-apple-darwin/release/${{ env.binary }}
name: mac-arm-executable
retention-days: 1

- name: Upload binaries to release
if: ${{ env.add_binaries_to_github_release == 'true' }}
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 91b2713

Please sign in to comment.