Zadanie 5
Some checks failed
Second CI / build (push) Failing after 7s
Third CI / build (push) Successful in 44s
Fourth CI / build (push) Successful in 1m27s
Fourth CI / test (push) Successful in 9s

This commit is contained in:
haaaniaaa 2024-11-22 14:12:33 +01:00
parent e239dd1ba0
commit 574c0e3715

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

@ -0,0 +1,16 @@
name: Fifth 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