mirror of
https://github.com/DarthAffe/HPPH.git
synced 2025-12-12 13:28:37 +00:00
Fixed build-file
This commit is contained in:
parent
16b54650f7
commit
1b929ac886
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4.3.1
|
||||
with:
|
||||
name: HPPH-Nuget
|
||||
path: HPPH\bin\Release\*.nupkg
|
||||
path: HPPH\bin\*.nupkg
|
||||
if-no-files-found: error
|
||||
|
||||
- name: List files
|
||||
@ -47,7 +47,7 @@ jobs:
|
||||
with:
|
||||
tag_name: ${{ github.event.inputs.version }}
|
||||
generate_release_notes: true
|
||||
files: HPPH/bin/Release/net8.0/*.dll
|
||||
files: HPPH/bin/net8.0/*.dll
|
||||
|
||||
- name: Nuget Push
|
||||
id: nuget_push
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user