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