Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Soapwood authored Jul 18, 2024
1 parent 9750b4d commit ce1fee9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,6 @@ jobs:
- name: Publish VXMusic
run: dotnet publish ${{ github.workspace }}/VXMusicDesktop/VXMusicDesktop.csproj -r win-x64 -c Release -o ${{ github.workspace }}/Publish/x64

- name: Package VXMusic
run: |
cd ${{ github.workspace }}/Publish/x64
Compress-Archive -Path * -DestinationPath ../../VXMusic_x64_${{ steps.get-project-version.outputs.version }}.zip
shell: pwsh

- name: Make NSIS Installer
id: make_nsis_installer
uses: joncloud/[email protected]
Expand All @@ -114,6 +108,12 @@ jobs:
run: |
Copy-Item -Path ${{ github.workspace }}\InstallerOutput\UninstallVXMusic.exe -Destination ${{ github.workspace }}\Publish\x64
- name: Package VXMusic
run: |
cd ${{ github.workspace }}/Publish/x64
Compress-Archive -Path * -DestinationPath ../../VXMusic_x64_${{ steps.get-project-version.outputs.version }}.zip
shell: pwsh

- name: List Package Output Directory (Debug)
if: steps.copy_uninstaller_to_package_location.conclusion == 'success'
run: |
Expand Down

0 comments on commit ce1fee9

Please sign in to comment.