Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
larryfenn committed Aug 12, 2022
1 parent e6dbad9 commit 862054c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,15 @@ jobs:
with:
name: ${{github.sha}}
path: Spectrum/bin/
- name: Zip release
run: zip release.zip './Spectrum/bin/Release/*' -r
- name: Zip Release
uses: thedoctor0/zip-release@main
with:
directory: './Spectrum/bin/Release'
type: 'zip'
filename: 'release.zip'
- name: Release
uses: softprops/action-gh-release@v1
with:
files: 'release.zip'
files: './Spectrum/bin/Release/release.zip'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 862054c

Please sign in to comment.