.forgejo/workflows/dotnet.yaml aktualisiert
All checks were successful
Java CI / test (push) Successful in 1m38s

This commit is contained in:
WeeXnes 2025-04-22 03:21:01 +00:00
parent 49dcee7b06
commit ea58f94adc

View file

@ -21,7 +21,8 @@ jobs:
-c Release \
-r linux-x64 \
--self-contained true \
--publish-trimmed \
-p:PublishSingleFile=true \
-p:PublishTrimmed=true \
-o ./output_linux
- name: Build the project (Windows x64)
run: |
@ -29,7 +30,8 @@ jobs:
-c Release \
-r win-x64 \
--self-contained true \
--publish-trimmed \
-p:PublishSingleFile=true \
-p:PublishTrimmed=true \
-o ./output_win