We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9b9920 commit 67c44ddCopy full SHA for 67c44dd
1 file changed
.github/workflows/dotnet.yml
@@ -45,7 +45,6 @@ jobs:
45
WEBHOOK_URL: '${{ secrets.WEBHOOK_URL }}'
46
DELETE_AFTER: '1'
47
48
- # publish standalone windows binaries
49
- name: Publish-win64
50
id: publishWin64
51
run: dotnet publish CLI/FlamesCLI_standalone8.csproj -r win-x64 --self-contained
@@ -65,7 +64,6 @@ jobs:
65
64
NOTIFY_MESSAGE: 'Failed to compile Flames Windows 64-bit standalone build! <@999409543001931788>'
66
67
68
- # publish standalone linux binaries
69
- name: Publish-linux64
70
id: publishLinux64
71
run: dotnet publish CLI/FlamesCLI_standalone8.csproj -r linux-x64 --self-contained
0 commit comments