Skip to content

Commit

Permalink
Update plugins.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheerpipe authored Oct 20, 2023
1 parent 236af56 commit 3a68902
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: [windows-latest]

steps:
- name: Setup .NET 6.0
- name: Setup .NET 7.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
dotnet-version: '7.0.x'

- name: Clone Artemis
uses: actions/checkout@v3
Expand Down Expand Up @@ -153,4 +153,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: Artemis.Plugins.Nodes.Extra
path: .\Plugins\src\Nodes\Artemis.Plugins.Nodes.Extra\bin\x64\Release\net6.0\publish
path: .\Plugins\src\Nodes\Artemis.Plugins.Nodes.Extra\bin\x64\Release\net6.0\publish

0 comments on commit 3a68902

Please sign in to comment.