We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc2076 commit 7a0cb91Copy full SHA for 7a0cb91
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup .NET
17
uses: actions/setup-dotnet@v1
18
with:
19
- dotnet-version: 7.0.x
+ dotnet-version: 8.0.x
20
21
- name: Restore dependencies
22
run: dotnet restore
@@ -34,7 +34,7 @@ jobs:
34
- name: Create zip
35
shell: pwsh
36
# 配置【编译后的文件地址】
37
- run: Compress-Archive -Path ${{github.workspace}}\src\bin\Release\net7.0-windows\win-x64\publish\* -DestinationPath ${{github.workspace}}\src\bin\Release\ComputerLock_${{ steps.tagName.outputs.tag }}_win_x64.zip
+ run: Compress-Archive -Path ${{github.workspace}}\src\bin\Release\net8.0-windows\win-x64\publish\* -DestinationPath ${{github.workspace}}\src\bin\Release\ComputerLock_${{ steps.tagName.outputs.tag }}_win_x64.zip
38
39
- name: Release
40
uses: softprops/[email protected]
0 commit comments