Update buildproject.yaml
Some checks failed
Gitea Actions Demo / Publish Dotnet 8.0.405 Profile PublishLinuxX64 (push) Failing after 1m12s
Gitea Actions Demo / Publish Dotnet 8.0.405 Profile PublishWinX64 (push) Failing after 1m14s

This commit is contained in:
2025-01-18 18:06:30 +01:00
parent 08d3302077
commit 9309287f10

View File

@@ -17,4 +17,5 @@ jobs:
with: with:
dotnet-version: ${{ matrix.dotnet }} dotnet-version: ${{ matrix.dotnet }}
- run: dotnet publish GiteaTest.sln -p:PublishProfile=${{ matrix.publishprofile }} - run: dotnet publish GiteaTest.sln -p:PublishProfile=${{ matrix.publishprofile }}
- run: zip -r ${{ matrix.publishprofile }}.zip publish - run: ls -a
- run: tar -cvzf ${{ matrix.publishprofile }}.tar.gz publish