Skip to content

Commit 69561e9

Browse files
committed
Fix commented-out Ubuntu build configuration and correct self-contained flag syntax in GitHub Actions workflow
1 parent d595165 commit 69561e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
include:
1616
- os: windows-latest
1717
rid: win-x64
18-
- os: ubuntu-latest
19-
rid: linux-x64
18+
# - os: ubuntu-latest
19+
# rid: linux-x64
2020
- os: macos-latest
2121
rid: osx-x64
2222

@@ -35,7 +35,7 @@ jobs:
3535
- name: Publish self-contained binary
3636
run: |
3737
dotnet publish -c Release -r ${{ matrix.rid }} \
38-
-p:SelfContained true \
38+
--self-contained true \
3939
-p:PublishReadyToRun=true \
4040
-p:PublishSingleFile=true \
4141
-o publish/${{ matrix.rid }}

0 commit comments

Comments
 (0)