Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
slotthhy authored Jul 13, 2024
1 parent 1f8c321 commit fa04005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.x.x'
dotnet-version: '8.x.x'
- name: Restore dependencies
run: dotnet restore
- name: Download Dalamud
Expand All @@ -34,4 +34,4 @@ jobs:
uses: actions/[email protected]
with:
path: |
./Orchestrion/bin/Release/Orchestrion/*
./Orchestrion/bin/Release/Orchestrion/*

0 comments on commit fa04005

Please sign in to comment.