5 Commits

Author SHA1 Message Date
cbfe068195 sf14
Some checks failed
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishWinX64 (push) Has been cancelled
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishLinuxX64 (push) Has been cancelled
2026-03-05 16:35:26 +01:00
b5439a62d6 sf13
All checks were successful
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishLinuxX64 (push) Successful in 1m13s
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishWinX64 (push) Successful in 1m16s
2026-03-05 16:33:25 +01:00
c4b56c4305 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
2026-03-05 16:18:25 +01:00
545e5815c5 sf11
Some checks failed
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishWinX64 (push) Has been cancelled
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishLinuxX64 (push) Has been cancelled
2026-03-04 20:31:31 +01:00
ff36539de3 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
2026-03-04 20:30:04 +01:00

View File

@@ -19,7 +19,11 @@ jobs:
uses: actions/checkout@master uses: actions/checkout@master
with: with:
ref: prerelease ref: prerelease
run: echo "RELEASE_VERSION=${GITEA_REF#refs/*/}" >> $GITEA_ENV && 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
run: echo "RELEASE_VERSION=${GITEA_REF#refs/*/}" >> $GITEA_ENV
- name: Test2
run: 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:
@@ -35,7 +39,7 @@ jobs:
- name: Release Files - name: Release Files
uses: akkuman/gitea-release-action@v1 uses: akkuman/gitea-release-action@v1
with: with:
name: Yee name: Release $RELEASE_VERSION
body: Body body: Body
prerelease: true prerelease: true
md5sum: true md5sum: true