mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-12 21:38:38 +00:00
Fixed nuget workflow
This commit is contained in:
parent
0c12d54a08
commit
3fba6e6a2a
4
.github/workflows/nuget.yml
vendored
4
.github/workflows/nuget.yml
vendored
@ -3,8 +3,6 @@ name: Publish Nuget packages
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
version:
|
||||
@ -37,7 +35,7 @@ jobs:
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v2
|
||||
with:
|
||||
dotnet-version: '6.0.x'
|
||||
dotnet-version: '7.0.x'
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Pack Artemis.Core
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user