Skip to content

Commit 7a2472c

Browse files
committed
Merge branch 'develop'
1 parent e06e9f4 commit 7a2472c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build-and-deploy:
10-
runs-on: windows-latest
10+
runs-on: ubuntu-latest
1111
steps:
1212
# uses GitHub's checkout action to checkout code form the master branch
1313
- uses: actions/checkout@v3
@@ -19,7 +19,7 @@ jobs:
1919
dotnet-version: '7.0.x'
2020

2121
- name: Publish .NET Core Project
22-
run: dotnet publish source/HybridOverlay/HybridOverlay.csproj -c Release -o release --runtime win-x64 --nologo -p:PublishSingleFile=true --self-contained false
22+
run: dotnet publish source/HybridOverlay/HybridOverlay.csproj -c Release -o release --runtime win-x64 --nologo
2323

2424
- name: create zip file
2525
run: cd release && zip -r ../release.zip .

0 commit comments

Comments
 (0)