Skip to content

Commit

Permalink
Fix publishing for website builds
Browse files Browse the repository at this point in the history
Fixes #197
  • Loading branch information
PJB3005 committed Dec 18, 2024
1 parent 6f04173 commit 9510115
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
with:
submodules: 'recursive'

- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 9.0.x

- name: Create build
run: ./publish.sh

Expand Down

0 comments on commit 9510115

Please sign in to comment.