Skip to content

Commit

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

- name: Upload artifact (linux)
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 2dfde06

Please sign in to comment.