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 62263d2 commit a98027bCopy full SHA for a98027b
.github/workflows/publish.yml
publish.sh
@@ -0,0 +1,5 @@
1
+#!/bin/sh
2
+dotnet publish ./mmm.csproj -c Release -o ./publish/linux-x64 -r linux-x64 /p:UseAppHost=true
3
+dotnet publish ./mmm.csproj -c Release -o ./publish/win-x64 -r win-x64 /p:UseAppHost=true
4
+mv ./publish/linux-x64/mmm ./publish/linux-x64/mmm-linux-x64
5
+mv ./publish/win-x64/mmm.exe ./publish/win-x64/mmm-win-x64.exe
0 commit comments