Fixed build-file

This commit is contained in:
Darth Affe 2024-07-21 21:51:30 +02:00
parent 16b54650f7
commit 1b929ac886

View File

@ -36,7 +36,7 @@ jobs:
uses: actions/upload-artifact@v4.3.1 uses: actions/upload-artifact@v4.3.1
with: with:
name: HPPH-Nuget name: HPPH-Nuget
path: HPPH\bin\Release\*.nupkg path: HPPH\bin\*.nupkg
if-no-files-found: error if-no-files-found: error
- name: List files - name: List files
@ -47,7 +47,7 @@ jobs:
with: with:
tag_name: ${{ github.event.inputs.version }} tag_name: ${{ github.event.inputs.version }}
generate_release_notes: true generate_release_notes: true
files: HPPH/bin/Release/net8.0/*.dll files: HPPH/bin/net8.0/*.dll
- name: Nuget Push - name: Nuget Push
id: nuget_push id: nuget_push