We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4798754 commit 909d90dCopy full SHA for 909d90d
1 file changed
.github/workflows/release.yaml
@@ -127,7 +127,7 @@ jobs:
127
run: |
128
$env:VERSION='${{ github.ref_name }}' -Replace "v(.*)", '$1'
129
& cmd /c "C:\Program Files (x86)\Intel\oneAPI\setvars.bat" intel64 --force
130
- & .\scripts\build_windows.ps1 buildApp gatherDependencies sign buildInstaller distZip
+ & .\scripts\build_windows.ps1
131
env:
132
VCToolsRedistDir: stub
133
- uses: actions/upload-artifact@v4
0 commit comments