Skip to content

Commit

Permalink
fix(ci): fix the path for libdifftest.so (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
poemonsense authored Jan 3, 2025
1 parent 6fce2e7 commit 47e783f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ jobs:
- name: Build libdifftest.so
run: |
make -C $NOOP_HOME/difftest difftest-so
mv $NOOP_HOME/build/libdifftest.so $GITHUB_WORKSPACE/libdifftest.so
- name: Release libdifftest.so to artifacts
uses: actions/upload-artifact@v4
with:
name: libdifftest-${{ matrix.os }}-xiangshan.so
path: $NOOP_HOME/build/libdifftest.so
path: libdifftest.so

0 comments on commit 47e783f

Please sign in to comment.