Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shevernitskiy committed Oct 3, 2023
1 parent f7a6dea commit e38d0f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@ jobs:
- name: Upload artifact (win)
uses: actions/upload-artifact@v3
if: matrix.os == 'windows-latest'
path: .\target\release\dfint_hook.dll
with:
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

0 comments on commit e38d0f0

Please sign in to comment.