Skip to content

Commit

Permalink
Update dev deploy, windows first and dotnet 8
Browse files Browse the repository at this point in the history
  • Loading branch information
bittiez committed Feb 21, 2024
1 parent b0c8508 commit df38155
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tuo-dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
os: [ windows-latest, macos-latest, ubuntu-latest ]

steps:
- uses: actions/checkout@v4
Expand All @@ -55,11 +55,11 @@ jobs:
git config --global url."https://".insteadOf git://
git submodule update --init --recursive
- name: Setup .NET 7
uses: actions/setup-dotnet@v3
- name: Setup .NET 8
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.x
include-prerelease: true
dotnet-version: 8.0.x
cache: true

- name: Build
run: dotnet publish ${{ env.CUO_PROJECT_PATH }} -c Release -o ${{ env.CUO_OUTPUT_PATH }} -p:IS_DEV_BUILD=true
Expand Down

0 comments on commit df38155

Please sign in to comment.