Skip to content

Commit

Permalink
Fixing release build config and MacOS env
Browse files Browse the repository at this point in the history
  • Loading branch information
geeooff authored Mar 18, 2024
1 parent 393c80d commit d50be0e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- osx-latest
- macos-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
Expand All @@ -29,10 +29,8 @@ jobs:
cache-dependency-path: '**/packages.lock.json'
- name: Restore dependencies
run: dotnet restore --use-current-runtime
- name: Build
run: dotnet build --no-restore
- name: Publish Console
run: dotnet publish Console --no-build --use-current-runtime --output publish
run: dotnet publish Console --use-current-runtime --output publish
- name: Test results upload
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d50be0e

Please sign in to comment.