Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JiuLing-zhang committed Sep 22, 2024
1 parent 82f631f commit faa2d72
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
- name: Build core app
run: msbuild .\src\JiuLing.AutoUpgrade\JiuLing.AutoUpgrade.csproj /P:Configuration=Release

- name: Waiting for file copy
run: Start-Sleep -s 30
shell: powershell

- name: Setup .NET 8
uses: actions/setup-dotnet@v1
with:
Expand All @@ -50,7 +54,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
# 配置【README地址】
body_path: ${{ github.workspace }}-CHANGELOG.md
body_path: ${{github.workspace}}\CHANGELOG.md
# 配置【zip文件地址】
files: ${{github.workspace}}\src\JiuLing.AutoUpgrade.Shell\bin\Release\JiuLing.AutoUpgrade.Shell_${{ steps.tagName.outputs.tag }}.zip

Expand Down

0 comments on commit faa2d72

Please sign in to comment.