From 4fd4c51f8b89cb06e6ea5912813507113c46b1d0 Mon Sep 17 00:00:00 2001 From: thx20001 Date: Wed, 4 Mar 2026 19:43:58 +0100 Subject: [PATCH] sf4 --- .gitea/workflows/PreRelease.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/PreRelease.yaml b/.gitea/workflows/PreRelease.yaml index 02af15e..f5bf0ae 100644 --- a/.gitea/workflows/PreRelease.yaml +++ b/.gitea/workflows/PreRelease.yaml @@ -1,5 +1,5 @@ -name: Build and Release Prerelease ${GITEA_HEAD_REF:-${GITEA_REF#refs/heads/}} -run-name: Building and Releasing Prerelease Branch ${GITEA_HEAD_REF:-${GITEA_REF#refs/heads/}} 🚀 +name: Build and Release Prerelease +run-name: Building and Releasing Prerelease Branch 🚀 on: push: tags: @@ -13,7 +13,7 @@ jobs: matrix: dotnet: [ '8.0.405' ] publishprofile: [ 'PublishLinuxX64', 'PublishWinX64' ] - name: Publish with Dotnet ${{ matrix.dotnet }} and Profile ${{ matrix.publishprofile }} + name: Publish with Dotnet ${{ matrix.dotnet }} and Profile ${{ matrix.publishprofile }} and ${GITEA_HEAD_REF:-${GITEA_REF#refs/heads/}} steps: - name: Clone Project uses: actions/checkout@master