Skip to content

Commit d8c5e2b

Browse files
authored
last one
1 parent 12f3fc5 commit d8c5e2b

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/msbuild.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,8 @@ jobs:
3838
working-directory: ${{env.GITHUB_WORKSPACE}}
3939
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
4040

41-
- name: zip release build
42-
shell: pwsh
43-
run: |
44-
$zipPath = "build/ffTools-${{env.BUILD_CONFIGURATION}}.zip"
45-
Compress-Archive -Path "build/bin/${{env.BUILD_CONFIGURATION}}/*" -DestinationPath $zipPath -Force
46-
if (!(Test-Path $zipPath)) { Write-Error "zip creation failed" }
47-
48-
- name: upload release zip
41+
- name: upload release build
4942
uses: actions/upload-artifact@v4
5043
with:
5144
name: ffTools-release
52-
path: build/ffTools-${{env.BUILD_CONFIGURATION}}.zip
45+
path: build/bin/${{env.BUILD_CONFIGURATION}}/

0 commit comments

Comments
 (0)