Skip to content

Commit

Permalink
try zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Natestah committed Sep 28, 2024
1 parent 878755d commit 77cee25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# run: msbuild GitSCM.vcxproj /m /p:configuration="${{ matrix.build_configuration }}" /p:platform="${{ matrix.build_platform }}" /p:PlatformToolset="v142" /target:zip
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}} /target:zip
env:
ZIPCMD: 7z a -m0=BZip2 -tzip
ZIPCMD: zip

- name: Create release and upload
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 77cee25

Please sign in to comment.