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

This commit is contained in:
2025-01-18 18:23:32 +01:00
parent b7ff38224c
commit a91c8fd616

View File

@@ -16,7 +16,11 @@ jobs:
uses: actions/setup-dotnet@v1 uses: actions/setup-dotnet@v1
with: with:
dotnet-version: ${{ matrix.dotnet }} dotnet-version: ${{ matrix.dotnet }}
- name: Build Publish Project - name: Build/Publish Project
run: dotnet publish GiteaTest.sln -p:PublishProfile=${{ matrix.publishprofile }} run: dotnet publish GiteaTest.sln -p:PublishProfile=${{ matrix.publishprofile }}
- run: ls -a - run: ls -a
- run: tar -cvzf ${{ matrix.publishprofile }}.tar.gz GiteaTest/publish - run: tar -cvzf ${{ matrix.publishprofile }}.tar.gz GiteaTest/publish
- uses: akkuman/gitea-release-action@v1
with:
files: |-
${{ matrix.publishprofile }}.tar.gz