.forgejo/workflows/dotnet.yaml aktualisiert
Some checks failed
Java CI / test (push) Failing after 27s
Some checks failed
Java CI / test (push) Failing after 27s
This commit is contained in:
parent
b276a0b582
commit
49dcee7b06
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue