sf11
Some checks failed
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishLinuxX64 (push) Failing after 8s
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishWinX64 (push) Failing after 9s

This commit is contained in:
2026-03-04 20:30:04 +01:00
parent ada7b657d5
commit ff36539de3

View File

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