Skip to content

Commit 67c44dd

Browse files
1 parent a9b9920 commit 67c44dd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
WEBHOOK_URL: '${{ secrets.WEBHOOK_URL }}'
4646
DELETE_AFTER: '1'
4747

48-
# publish standalone windows binaries
4948
- name: Publish-win64
5049
id: publishWin64
5150
run: dotnet publish CLI/FlamesCLI_standalone8.csproj -r win-x64 --self-contained
@@ -65,7 +64,6 @@ jobs:
6564
NOTIFY_MESSAGE: 'Failed to compile Flames Windows 64-bit standalone build! <@999409543001931788>'
6665
WEBHOOK_URL: '${{ secrets.WEBHOOK_URL }}'
6766

68-
# publish standalone linux binaries
6967
- name: Publish-linux64
7068
id: publishLinux64
7169
run: dotnet publish CLI/FlamesCLI_standalone8.csproj -r linux-x64 --self-contained

0 commit comments

Comments
 (0)