Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sharivan committed Nov 28, 2023
1 parent d1c1c81 commit 3be95a3
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 @@ -56,7 +56,7 @@ jobs:
path: XSharpDemo\bin\Release\net7.0-windows

- name: Pack Build
run: 7z a "XSharp-${{ github.ref_name }}.zip" .\XSharp\bin\Release\net7.0-windows\*
run: 7z a "XSharp-${{ github.ref_name }}.zip" .\XSharpDemo\bin\Release\net7.0-windows\*

- name: Publish
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 3be95a3

Please sign in to comment.