Skip to content

Commit 19f18fc

Browse files
committed
Revert "Update dotnet-desktop.yml"
This reverts commit ca5c41c.
1 parent ca5c41c commit 19f18fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
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
3030

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

3535
- name: Get Previous tag
@@ -40,7 +40,7 @@ jobs:
4040
uses: ncipollo/release-action@v1.14.0
4141
with:
4242
generateReleaseNotes: true
43-
artifacts: ATA-GUI_${{ steps.previoustag.outputs.tag }}.zip
43+
artifacts: ATA-GUI.zip
4444
name: ${{ steps.previoustag.outputs.tag }}
4545
tag: ${{ steps.previoustag.outputs.tag }}
4646
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)