Skip to content

Commit

Permalink
Trying to fix .net error
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Nov 5, 2023
1 parent 9cb12e5 commit 00f3c13
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ jobs:
- name: Download Build Output
uses: actions/download-artifact@v3

- name: Setup dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0
dotnet-quality: 'ga'

- name: Install Required Modules
uses: PoshCode/Actions/install-requiredmodules@v1
with:
Expand Down

0 comments on commit 00f3c13

Please sign in to comment.