.forgejo/workflows/dotnet.yaml aktualisiert
Some checks failed
Java CI / test (push) Failing after 27s

This commit is contained in:
WeeXnes 2025-04-22 03:17:47 +00:00
parent b276a0b582
commit 49dcee7b06

View file

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