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 d408492 commit 5878dc8Copy full SHA for 5878dc8
.github/workflows/dotnet.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Publish Command Line Tool for macOS
52
if: ${{ runner.os == 'macOS' }}
53
run: |
54
- dotnet publish YukimiScript.CommandLineTool/YukimiScript.CommandLineTool.AOT.fsproj -c Release -r osx-x64
+ dotnet publish YukimiScript.CommandLineTool/YukimiScript.CommandLineTool.fsproj -c Release -r osx-x64 --self-contained
55
strip ${{ github.workspace }}/YukimiScript.CommandLineTool/bin/Release/net6.0/osx-x64/publish/ykmc
56
57
- name: Publish Command Line Tool for Linux
0 commit comments