Skip to content

Commit 50b81a3

Browse files
committed
调整为 publish
1 parent f0d35f6 commit 50b81a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
($env:COMMIT) >> VERSION
4646
4747
- name: Publish Release
48-
run: dotnet publish DirectorPrompt\DirectorPrompt.csproj -c Release -r win-x64 --self-contained false --no-restore -o .\bin\publish
48+
run: dotnet publish DirectorPrompt\DirectorPrompt.csproj -c Release -r win-x64 --self-contained false -o .\bin\publish
4949

5050
- name: Generate Hashes File
5151
run: .\scripts\CreateHashList.ps1 .\bin\publish
@@ -117,7 +117,7 @@ jobs:
117117
($env:COMMIT) >> VERSION
118118
119119
- name: Publish Release
120-
run: dotnet publish DirectorPrompt\DirectorPrompt.csproj -c Release -r win-x64 --self-contained false --no-restore -o .\bin\publish
120+
run: dotnet publish DirectorPrompt\DirectorPrompt.csproj -c Release -r win-x64 --self-contained false -o .\bin\publish
121121

122122
- name: Generate Hashes File
123123
run: .\scripts\CreateHashList.ps1 .\bin\publish

0 commit comments

Comments
 (0)