Zadanie 5
This commit is contained in:
parent
e239dd1ba0
commit
574c0e3715
16
.gitea/workflows/ci4.yml
Normal file
16
.gitea/workflows/ci4.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user