sf12
All checks were successful
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishLinuxX64 (push) Successful in 1m18s
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishWinX64 (push) Successful in 1m13s

This commit is contained in:
2026-03-05 16:18:25 +01:00
parent 545e5815c5
commit c4b56c4305

View File

@@ -21,7 +21,7 @@ jobs:
ref: prerelease ref: prerelease
#&& echo "RELEASE_MESSAGE=${ git tag -l --format='%(contents:subject)' 'RELEASE_VERSION' }" >> $GITEA_ENV #&& echo "RELEASE_MESSAGE=${ git tag -l --format='%(contents:subject)' 'RELEASE_VERSION' }" >> $GITEA_ENV
- name: Test - name: Test
run: echo "RELEASE_VERSION=${GITEA_REF#refs/*/}" >> $GITEA_ENV run: echo "RELEASE_VERSION=${GITEA_REF#refs/*/}" >> $GITEA_ENV && git tag -l --format='%(contents:subject)' 'RELEASE_VERSION'
- name: Setup dotnet - name: Setup dotnet
uses: actions/setup-dotnet@v1 uses: actions/setup-dotnet@v1
with: with: