From 4ce6c0271c295cae5db967a455232d0ad67a6a6d Mon Sep 17 00:00:00 2001 From: WikMat Date: Tue, 9 Dec 2025 00:18:33 +0100 Subject: [PATCH] matrix update --- .gitea/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index c15ff14..470e91b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,4 +13,9 @@ jobs: with: dotnet-version: '8.0.x' - run: dotnet restore - - run: dotnet publish -o app -r ${{ matrix.rid }} /p:PublishSingleFile=true \ No newline at end of file + - run: dotnet publish -o app -r ${{ matrix.rid }} /p:PublishSingleFile=true + - run: tar -cf app-${{ matrix.rid }}.tar app/ + - uses: actions/upload-artifact@v3 + with: + name: app-${{ matrix.rid }} + path: app-${{ matrix.rid }}.tar \ No newline at end of file