Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wuyukai0403 committed Jan 20, 2025
1 parent bc07e68 commit 84c926f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
toolchain: nightly-2025-01-01
target: x86_64-unknown-none
- name: Build
run: make
run: cargo run
- uses: actions/upload-artifact@v4
with:
name: DoglinkOS.iso
path: DoglinkOS-x86_64.iso
name: DoglinkOS.img
path: DoglinkOS-2nd.img

0 comments on commit 84c926f

Please sign in to comment.