2 Commits

Author SHA1 Message Date
fde94178b8 sf16
All checks were successful
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishLinuxX64 (push) Successful in 1m12s
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishWinX64 (push) Successful in 1m18s
2026-03-05 16:40:36 +01:00
0e36b09e12 sf15
Some checks failed
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishLinuxX64 (push) Failing after 9s
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishWinX64 (push) Failing after 8s
2026-03-05 16:38:25 +01:00

View File

@@ -22,8 +22,8 @@ jobs:
#&& echo "RELEASE_MESSAGE=${ git tag -l --format='%(contents:subject)' 'RELEASE_VERSION' }" >> $GITEA_ENV
- name: Test
run: echo "RELEASE_VERSION=${GITEA_REF#refs/*/}" >> $GITEA_ENV
- name: Test2
run: git tag -l --format='%(contents:subject)' $RELEASE_VERSION
#- name: Test2
# run: echo "RELEASE_MESSAGE=${git tag -l --format='%(contents:subject)' $RELEASE_VERSION}" >> $GITEA_ENV
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
@@ -40,7 +40,7 @@ jobs:
uses: akkuman/gitea-release-action@v1
with:
name: Release $RELEASE_VERSION
body: Body
body: $RELEASE_MESSAGE
prerelease: true
md5sum: true
files: |-