Skip to content

Commit 57a5922

Browse files
committed
Troubleshoot pages
1 parent 4f3b2cf commit 57a5922

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- name: Code checkout
2525
uses: actions/checkout@v4
26-
- name: Install ancillary crates
26+
- name: Install ancillary binaries
2727
run: |
2828
cargo install cargo-llvm-cov
2929
cargo install cargo-warloc
@@ -40,7 +40,7 @@ jobs:
4040
- name: Upload executable
4141
uses: actions/upload-artifact@v4.6.2
4242
with:
43-
name: mhrs
43+
name: mhrs-${{ matrix.os }}
4444
path: |
4545
target/release/mhrs
4646
coverage.txt
@@ -58,7 +58,7 @@ jobs:
5858
if: github.ref == 'refs/heads/main'
5959
uses: actions/upload-pages-artifact@v3
6060
with:
61-
path: "target/doc/mhrs/"
61+
path: target/doc/mhrs/
6262
deploy:
6363
needs: build
6464
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)