diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index fa0f0d4..b2d3fbf 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -14,3 +14,8 @@ jobs: dotnet-version: '8.0.x' - run: dotnet restore - run: dotnet publish -o app -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true + - run: tar cf app.tar app/ + - uses: actions/upload-artifact@v3 + with: + name: app.tar + path: app.tar \ No newline at end of file