rename
All checks were successful
Build / Build (push) Successful in 21s

This commit is contained in:
2026-04-12 22:53:34 +02:00
Unverified
parent d04ec60a30
commit e0ad5ceab9
11 changed files with 87 additions and 87 deletions

View File

@@ -8,7 +8,7 @@ on:
branches:
- "main"
paths:
- "SimpleToolkit.MVVM**"
- "MSEssentials.UI.Common.MVVM**"
jobs:
build:
@@ -66,7 +66,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: nuget
path: ./SimpleToolkit.MVVM.${{needs.version.outputs.version}}.nupkg
path: ./MSEssentials.UI.Common.MVVM.${{needs.version.outputs.version}}.nupkg
outputs:
version: ${{needs.version.outputs.version}}
publish:
@@ -84,11 +84,11 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Publish
run: dotnet nuget push ./SimpleToolkit.MVVM.${{needs.pack.outputs.version}}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_KEY }}
run: dotnet nuget push ./MSEssentials.UI.Common.MVVM.${{needs.pack.outputs.version}}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_KEY }}
- name: Create Release
uses: akkuman/gitea-release-action@v1
with:
tag_name: ${{needs.pack.outputs.version}}
name: ${{needs.pack.outputs.version}}
files: |-
SimpleToolkit.MVVM.${{needs.pack.outputs.version}}.nupkg
MSEssentials.UI.Common.MVVM.${{needs.pack.outputs.version}}.nupkg