Ostatnia przeostatnia nadzieja moja
Some checks failed
Fourth CI / test (push) Blocked by required conditions
Second CI / build (push) Failing after 8s
Fourth CI / build (push) Has been cancelled
Third CI / build (push) Has been cancelled

This commit is contained in:
haaaniaaa 2024-11-22 14:28:04 +01:00
parent 40d9ba68e9
commit b7bc384786

16
.gitea/workflows/ci4.yml Normal file
View File

@ -0,0 +1,16 @@
name: Last CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
rid: ["win-x64", "linux-x64"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
- run: dotnet restore
- run: dotnet publish -o app -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true