Skip to content

Commit e9a1951

Browse files
authored
Update publish command to use project file
1 parent cfcb046 commit e9a1951

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
run: dotnet restore
2525
- name: Build
2626
run: |
27-
dotnet publish -c Release -r win-x64 -p:PublishSingleFile=true --self-contained false
28-
dotnet publish -c Release -r linux-x64 -p:PublishSingleFile=true --self-contained false
29-
dotnet publish -c Release -r linux-arm64 -p:PublishSingleFile=true --self-contained false
27+
dotnet publish ./MultiSEngine/MultiSEngine.csproj -c Release -r win-x64 -p:PublishSingleFile=true --self-contained false
28+
dotnet publish ./MultiSEngine/MultiSEngine.csproj -c Release -r linux-x64 -p:PublishSingleFile=true --self-contained false
29+
dotnet publish ./MultiSEngine/MultiSEngine.csproj -c Release -r linux-arm64 -p:PublishSingleFile=true --self-contained false
3030
- uses: actions/upload-artifact@v6
3131
with:
3232
name: MultiSEngine-Win

0 commit comments

Comments
 (0)