.forgejo/workflows/dotnet.yaml aktualisiert
Some checks failed
Java CI / test (push) Has been cancelled
Some checks failed
Java CI / test (push) Has been cancelled
This commit is contained in:
parent
4e1963af4a
commit
b1b893d43f
1 changed files with 4 additions and 1 deletions
|
@ -8,10 +8,13 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check JDK Version
|
- name: Check Dotnet Version
|
||||||
run: |
|
run: |
|
||||||
dotnet --version
|
dotnet --version
|
||||||
|
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build the project (Linux x64)
|
- name: Build the project (Linux x64)
|
||||||
run: |
|
run: |
|
||||||
dotnet publish ./PS2_Manager/PS2_Manager.csproj \
|
dotnet publish ./PS2_Manager/PS2_Manager.csproj \
|
||||||
|
|
Loading…
Add table
Reference in a new issue