Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoChen98 authored Jun 20, 2024
1 parent 7a14cfb commit 68e2ed2
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 @@ -43,15 +43,15 @@ jobs:
uses: ncipollo/[email protected]
if: env.isexist == '' && env.suffix == ''
with:
artifacts: "ClashYamlParser/ClashYamlParser/bin/Release/net8.0/publish/win-x64/ClashYamlParser.exe"
artifacts: "ClashYamlParser/bin/Release/net8.0/publish/win-x64/ClashYamlParser.exe"
name: "${{ env.version }} release"
tag: "${{ env.version }}"
generateReleaseNotes: true
- name: Upload Packages(pre-release)
uses: ncipollo/[email protected]
if: env.isexist == '' && env.suffix != ''
with:
artifacts: "ClashYamlParser/ClashYamlParser/bin/Release/net8.0/publish/win-x64/ClashYamlParser.exe"
artifacts: "ClashYamlParser/bin/Release/net8.0/publish/win-x64/ClashYamlParser.exe"
name: "${{ env.version }} ${{ env.suffix }} release"
tag: "${{ env.version }}-${{ env.suffix }}"
prerelease: true
Expand Down

0 comments on commit 68e2ed2

Please sign in to comment.