Skip to content

Commit 5878dc8

Browse files
authored
Update dotnet.yml
1 parent d408492 commit 5878dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Publish Command Line Tool for macOS
5252
if: ${{ runner.os == 'macOS' }}
5353
run: |
54-
dotnet publish YukimiScript.CommandLineTool/YukimiScript.CommandLineTool.AOT.fsproj -c Release -r osx-x64
54+
dotnet publish YukimiScript.CommandLineTool/YukimiScript.CommandLineTool.fsproj -c Release -r osx-x64 --self-contained
5555
strip ${{ github.workspace }}/YukimiScript.CommandLineTool/bin/Release/net6.0/osx-x64/publish/ykmc
5656
5757
- name: Publish Command Line Tool for Linux

0 commit comments

Comments
 (0)