Skip to content

Commit

Permalink
Up workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
llde committed Aug 10, 2022
1 parent a1ea53b commit 7300742
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msbuild-relz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
with:
type: 'zip'
directory: '.\build'
filename: 'release.zip'
filename: xOBSE-${{ github.event.release.tag_name }}.zip

- name: Release
uses: softprops/action-gh-release@v1
with:
files: .\build\release.zip
files: .\build\xOBSE-${{ github.event.release.tag_name }}.zip

- name: VirusTotal
uses: crazy-max/ghaction-virustotal@v3
Expand Down

0 comments on commit 7300742

Please sign in to comment.