Skip to content

Commit

Permalink
build: correct bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
JustPyrrha committed Jul 17, 2024
1 parent 26f6ad7 commit 7083001
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 @@ -55,4 +55,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Py.LibNetwork.${{ matrix.loader }}.dll
path: Py.LibNetwork/bin/netstandard2.1/Py.LibNetwork.${{ matrix.loader }}.dll
path: Py.LibNetwork/bin/${{ matrix.loader }}/netstandard2.1/Py.LibNetwork.${{ matrix.loader }}.dll

0 comments on commit 7083001

Please sign in to comment.