Skip to content

Commit

Permalink
feat: Update .NET version
Browse files Browse the repository at this point in the history
MoltenObsidian CLI Tool now requires .NET 8.

Signed-off-by: Sakura Isayeki <[email protected]>
  • Loading branch information
SakuraIsayeki authored Jun 22, 2024
1 parent 6fcc1e5 commit 275c0a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ inputs:
runs:
using: composite
steps:
- name: Setup .NET 7.0
- name: Setup .NET 8.0
uses: actions/setup-dotnet@v2
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.x'

- name: Setup MoltenObsidian CLI
shell: bash
run: bash ${{ github.action_path }}/setup.sh -v ${{ inputs.version }}
run: bash ${{ github.action_path }}/setup.sh -v ${{ inputs.version }}

0 comments on commit 275c0a1

Please sign in to comment.