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