Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
std-microblock committed Feb 15, 2024
1 parent 3ff68e2 commit d55f8e3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ jobs:
run: cargo build --verbose --release
- uses: actions/[email protected]
with:
path: ./target/release/cele-mod.exe
name: windows
path:
- ./target/release/cele-mod.exe
- ./resources/aria2c.exe
- ./resources/sciter.dll
build-linux:
runs-on: ubuntu-latest
steps:
Expand All @@ -41,4 +45,5 @@ jobs:
run: cargo build --verbose --release
- uses: actions/[email protected]
with:
name: linux
path: ./target/release/cele-mod

0 comments on commit d55f8e3

Please sign in to comment.