Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sharivan authored Nov 28, 2023
1 parent 7c609ba commit d1c1c81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:
- name: Upload Build as Artifact
uses: actions/upload-artifact@v3
with:
name: XSharp_Release
path: XSharp\bin\Release
name: XSharpDemo_Release
path: XSharpDemo\bin\Release\net7.0-windows

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

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

0 comments on commit d1c1c81

Please sign in to comment.