Skip to content

Commit 7a5a086

Browse files
authored
fix the change to bash on windows
1 parent d33ace0 commit 7a5a086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dargon2_library-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
run: |
118118
git config user.name "Github Actions"
119119
git config user.email "[email protected]"
120-
git add -f lib\src\blobs\libargon2-win.dll
120+
git add -f lib/src/blobs/libargon2-win.dll
121121
git commit -m "Create Native Library for Windows"
122122
git push origin main
123123
shell: bash

0 commit comments

Comments
 (0)