Skip to content

Commit

Permalink
Revert "Update dotnet-desktop.yml"
Browse files Browse the repository at this point in the history
This reverts commit ca5c41c.
  • Loading branch information
msartore committed Aug 12, 2024
1 parent ca5c41c commit 19f18fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: dotnet publish D:\a\ATA-GUI\ATA-GUI\ATA-GUI\ATA-GUI.csproj --configuration Release --runtime win-x64 --self-contained false /p:PublishSingleFile=true --output ./publish

- name: Zip the published output
run: Compress-Archive -Path ./publish/ATA-GUI.exe, ./LICENSE -DestinationPath ATA-GUI_${{ steps.previoustag.outputs.tag }}.zip
run: Compress-Archive -Path ./publish/ATA-GUI.exe, ./LICENSE -DestinationPath ATA-GUI.zip
shell: pwsh

- name: Get Previous tag
Expand All @@ -40,7 +40,7 @@ jobs:
uses: ncipollo/[email protected]
with:
generateReleaseNotes: true
artifacts: ATA-GUI_${{ steps.previoustag.outputs.tag }}.zip
artifacts: ATA-GUI.zip
name: ${{ steps.previoustag.outputs.tag }}
tag: ${{ steps.previoustag.outputs.tag }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 19f18fc

Please sign in to comment.