Update buildproject.yaml
All checks were successful
Gitea Actions Demo / Publish Dotnet 8.0.405 Profile PublishLinuxX64 (push) Successful in 2m11s
Gitea Actions Demo / Publish Dotnet 8.0.405 Profile PublishWinX64 (push) Successful in 1m21s

This commit is contained in:
2025-01-18 18:09:15 +01:00
parent 9309287f10
commit b7ff38224c

View File

@@ -16,6 +16,7 @@ jobs:
uses: actions/setup-dotnet@v1 uses: actions/setup-dotnet@v1
with: with:
dotnet-version: ${{ matrix.dotnet }} 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: ls -a
- run: tar -cvzf ${{ matrix.publishprofile }}.tar.gz publish - run: tar -cvzf ${{ matrix.publishprofile }}.tar.gz GiteaTest/publish