Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YJammak authored Nov 26, 2024
1 parent f4c06b5 commit 6113e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ "master" ]

env:
VERSION: "0.4.4.${{github.run_number}}"
VERSION: "0.4.5.${{github.run_number}}"

jobs:
build:
Expand All @@ -18,7 +18,7 @@ jobs:
- name: Setup .NET SDK
uses: actions/[email protected]
with:
dotnet-version: '8.0.x'
dotnet-version: '9.0.x'

- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 6113e42

Please sign in to comment.