Skip to content

Commit

Permalink
only archive the binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBoot committed Jan 11, 2024
1 parent f4145a6 commit 685174e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: autokuma-${{ matrix.os }}
path: target/release/*
path: |
target/release/autokuma
target/release/autokuma.exe
target/release/kuma
target/release/kuma.exe
release:
needs: [build]
Expand Down

0 comments on commit 685174e

Please sign in to comment.