ci: Actually build release artifact
This commit is contained in:
parent
6167461ad8
commit
4a98aba2ec
|
|
@ -13,11 +13,13 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Build csSiteGen
|
||||
- name: Install .NET
|
||||
uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: 10.x
|
||||
-run: |
|
||||
|
||||
- name: Build csSiteGen
|
||||
run: |
|
||||
dotnet publish csSiteGen.csproj \
|
||||
-c Release \
|
||||
-r linux-x64 \
|
||||
|
|
@ -34,3 +36,4 @@ jobs:
|
|||
with:
|
||||
files: |-
|
||||
./publish/csSiteGen
|
||||
body_path: ./meta/releaseNotes
|
||||
|
|
|
|||
11
meta/releaseNotes
Normal file
11
meta/releaseNotes
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Minor version bump
|
||||
|
||||
## New Features:
|
||||
- None
|
||||
|
||||
## Fixed Bugs:
|
||||
- None
|
||||
|
||||
## Other Notes:
|
||||
- Upgraded dependencies
|
||||
- Now using stable system.commandline
|
||||
Loading…
Reference in New Issue
Block a user