We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24dfe28 commit 9692140Copy full SHA for 9692140
1 file changed
.github/workflows/dotnet.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Publish Command Line Tool for Windows
48
if: ${{ runner.os == 'Windows' }}
49
- run: dotnet publish YukimiScript.CommandLineTool/YukimiScript.CommandLineTool.AOT.fsproj -c Release -r win7-x64 --no-self-contained
+ run: dotnet publish YukimiScript.CommandLineTool/YukimiScript.CommandLineTool.AOT.fsproj -c Release -r win7-x64 --self-contained
50
51
- name: Publish Command Line Tool for macOS
52
if: ${{ runner.os == 'macOS' }}
0 commit comments