ci: Actually build release artifact
All checks were successful
Run Build / dotnet (push) Successful in 39s
Build and Generate Release Artifact / build (push) Successful in 52s

This commit is contained in:
Robert Morrison 2026-01-04 02:37:34 +00:00
parent 6167461ad8
commit 4a98aba2ec
Signed by: robert
GPG Key ID: 73E012EB3F4EC696
2 changed files with 16 additions and 2 deletions

View File

@ -13,11 +13,13 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v5
- name: Build csSiteGen - name: Install .NET
uses: actions/setup-dotnet@v3 uses: actions/setup-dotnet@v3
with: with:
dotnet-version: 10.x dotnet-version: 10.x
-run: |
- name: Build csSiteGen
run: |
dotnet publish csSiteGen.csproj \ dotnet publish csSiteGen.csproj \
-c Release \ -c Release \
-r linux-x64 \ -r linux-x64 \
@ -34,3 +36,4 @@ jobs:
with: with:
files: |- files: |-
./publish/csSiteGen ./publish/csSiteGen
body_path: ./meta/releaseNotes

11
meta/releaseNotes Normal file
View File

@ -0,0 +1,11 @@
# Minor version bump
## New Features:
- None
## Fixed Bugs:
- None
## Other Notes:
- Upgraded dependencies
- Now using stable system.commandline