From a91c8fd616ec505965c597088b4b11e14f8c8c1b Mon Sep 17 00:00:00 2001 From: Fynn Wittich Date: Sat, 18 Jan 2025 18:23:32 +0100 Subject: [PATCH] Update buildproject.yaml --- .gitea/workflows/buildproject.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/buildproject.yaml b/.gitea/workflows/buildproject.yaml index 56d4285..d03e49c 100644 --- a/.gitea/workflows/buildproject.yaml +++ b/.gitea/workflows/buildproject.yaml @@ -16,7 +16,11 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: ${{ matrix.dotnet }} - - name: Build Publish Project + - name: Build/Publish Project run: dotnet publish GiteaTest.sln -p:PublishProfile=${{ matrix.publishprofile }} - run: ls -a - run: tar -cvzf ${{ matrix.publishprofile }}.tar.gz GiteaTest/publish + - uses: akkuman/gitea-release-action@v1 + with: + files: |- + ${{ matrix.publishprofile }}.tar.gz