Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aiqinxuancai authored Dec 20, 2021
1 parent c5c42e3 commit 6bfd0f2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,19 @@ jobs:
release:
runs-on: windows-latest
steps:
- name: Install 7Zip PowerShell Module
shell: powershell
run: Install-Module 7Zip4PowerShell -Force -Verbose
- uses: actions/checkout@v2
- name: Configure build for win32
uses: ilammy/msvc-dev-cmd@v1
with:
arch: win32
- name: Compress
run: powershell Compress-7Zip $env:GITHUB_WORKSPACE\Release -ArchiveFileName "Release.zip" -Format Zip
- name: Create a Release
uses: ncipollo/release-action@v1
with:
artifacts: "Release.zip"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6bfd0f2

Please sign in to comment.