Skip to content

Commit 9692140

Browse files
authored
Update dotnet.yml
1 parent 24dfe28 commit 9692140

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Publish Command Line Tool for Windows
4848
if: ${{ runner.os == 'Windows' }}
49-
run: dotnet publish YukimiScript.CommandLineTool/YukimiScript.CommandLineTool.AOT.fsproj -c Release -r win7-x64 --no-self-contained
49+
run: dotnet publish YukimiScript.CommandLineTool/YukimiScript.CommandLineTool.AOT.fsproj -c Release -r win7-x64 --self-contained
5050

5151
- name: Publish Command Line Tool for macOS
5252
if: ${{ runner.os == 'macOS' }}

0 commit comments

Comments
 (0)