sf4
All checks were successful
Build and Release Project / Publish with Dotnet 8.0.405 and Profile PublishLinuxX64 (push) Has been skipped
Build and Release Project / Publish with Dotnet 8.0.405 and Profile PublishWinX64 (push) Has been skipped
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishLinuxX64 and ${GITEA_HEAD_REF:-${GITEA_REF#refs/heads/}} (push) Has been skipped
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishWinX64 and ${GITEA_HEAD_REF:-${GITEA_REF#refs/heads/}} (push) Has been skipped

This commit is contained in:
2026-03-04 19:43:58 +01:00
parent cf2ae008ef
commit 4fd4c51f8b

View File

@@ -1,5 +1,5 @@
name: Build and Release Prerelease ${GITEA_HEAD_REF:-${GITEA_REF#refs/heads/}} name: Build and Release Prerelease
run-name: Building and Releasing Prerelease Branch ${GITEA_HEAD_REF:-${GITEA_REF#refs/heads/}} 🚀 run-name: Building and Releasing Prerelease Branch 🚀
on: on:
push: push:
tags: tags:
@@ -13,7 +13,7 @@ jobs:
matrix: matrix:
dotnet: [ '8.0.405' ] dotnet: [ '8.0.405' ]
publishprofile: [ 'PublishLinuxX64', 'PublishWinX64' ] 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: steps:
- name: Clone Project - name: Clone Project
uses: actions/checkout@master uses: actions/checkout@master