From 3ea695d47d99d2fcdc5c94d8838e4ff474701c2d Mon Sep 17 00:00:00 2001 From: RaVi Date: Tue, 21 Nov 2023 14:23:25 +0100 Subject: [PATCH] asdasdasdasd fix --- .gitea/workflows/ci.yml | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 49a4203..584d82b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -1,21 +1,20 @@ name: First 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: '6.0.x' - - run: dotnet restore - - run: dotnet publish -o app -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true - - name: Upload Artifact - uses: actions/upload-artifact@v4 - with: - name: app-${{ matrix.rid }} - path: ./app \ No newline at end of file + 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: '6.0.x' + - run: dotnet restore + - run: dotnet publish -o app -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true + - name: Upload Artifact + uses: actions/upload-artifact@v4 + with: + name: app-${{ matrix.rid }} + path: ./app \ No newline at end of file