Skip to content

Commit

Permalink
fix: fix rustdoc test ci
Browse files Browse the repository at this point in the history
Signed-off-by: MrCroxx <[email protected]>
  • Loading branch information
MrCroxx committed Dec 3, 2024
1 parent 4a3cfca commit 6909130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ jobs:
- name: Upload docs.rs docs as artifacts
uses: actions/upload-artifact@v4
with:
name: docs
name: foyer-docs-${{ github.sha }}-${{ runner.os }}
path: target/doc
if-no-files-found: error
retention-days: 7
Expand Down

0 comments on commit 6909130

Please sign in to comment.