1
0
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:
Diogo Trindade 2023-04-10 14:26:41 +01:00
parent 0c12d54a08
commit 3fba6e6a2a

View File

@ -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