We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f3136 commit e7c6d98Copy full SHA for e7c6d98
.github/workflows/msbuild.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: zip release build
42
run: |
43
cd build
44
- powershell Compress-Archive -Path **/bin/${{env.BUILD_CONFIGURATION}}/* -DestinationPath ffTools-${{env.BUILD_CONFIGURATION}}.zip
+ powershell Compress-Archive -Path **build/bin/${{env.BUILD_CONFIGURATION}}/* -DestinationPath ffTools-${{env.BUILD_CONFIGURATION}}.zip
45
46
- name: upload release zip
47
uses: actions/upload-artifact@v4
0 commit comments