We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf5edd commit 907bd45Copy full SHA for 907bd45
1 file changed
.github/workflows/windows-release.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Build
44
run: |
45
$env:PATH += ";D:\a\txlogger\txlogger\llvm-mingw\bin"
46
- .\build.ps1 -cangateway -txlogger -setup
+ .\build.ps1 -cangateway -usegitsrc -txlogger -setup
47
48
- name: Creating Zip
49
if: startsWith(github.ref, 'refs/tags/')
0 commit comments