Skip to content

Commit

Permalink
ci: relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
shevernitskiy committed Oct 3, 2023
1 parent e38d0f0 commit 0750e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
uses: actions/upload-artifact@v3
if: matrix.os == 'windows-latest'
with:
path: /target/release/dfint_hook.dll
path: ./target/release/dfint_hook.dll

- name: Upload artifact (linux)
uses: actions/upload-artifact@v3
if: matrix.os == 'ubuntu-latest'
with:
path: /target/release/libdfint_hook.so
path: ./target/release/libdfint_hook.so

0 comments on commit 0750e78

Please sign in to comment.