Skip to content

Commit

Permalink
fix: Setup .NET 8 in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
psyGamer committed Jan 31, 2024
1 parent c001121 commit 0143936
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Get current tag
run: echo "CURRENT_TAG=$(git describe --abbrev=0 --tags $(git rev-list --tags --max-count=1))" >> $GITHUB_ENV
- name: Setup .NET 8
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.x'
- name: Restore
run: dotnet restore
- name: Build Windows x86_64
Expand Down

0 comments on commit 0143936

Please sign in to comment.