11 Commits

Author SHA1 Message Date
a34b0ed5d4 sf21
All checks were successful
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishLinuxX64 (push) Successful in 1m14s
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishWinX64 (push) Successful in 1m16s
2026-03-05 19:05:15 +01:00
3a1073a3ed sf20
All checks were successful
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishLinuxX64 (push) Successful in 1m15s
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishWinX64 (push) Successful in 1m17s
2026-03-05 18:55:33 +01:00
b71cae1241 sf19
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 18:53:58 +01:00
e1fa753160 sf18
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 1m15s
2026-03-05 18:12:51 +01:00
ecb049a68f sf17
All checks were successful
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishLinuxX64 (push) Successful in 1m17s
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishWinX64 (push) Successful in 1m23s
2026-03-05 18:05:58 +01:00
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
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

View File

@@ -19,8 +19,12 @@ jobs:
uses: actions/checkout@master
with:
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
#&& echo "RELEASE_MESSAGE=${ git tag -l --format='%(contents:subject)' 'RELEASE_VERSION' }" >> $GITEA_ENV
- name: Test
run: |
echo "TAG_MESSAGE=$(git tag -l --format='%(contents:subject)' ${{ gitea.ref_name }})" >> $GITEA_ENV
#- 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:
@@ -36,8 +40,8 @@ jobs:
- name: Release Files
uses: akkuman/gitea-release-action@v1
with:
name: Yee
body: Body
name: Release ${{ gitea.ref_name }}
body: $TAG_MESSAGE ${{ env.TAG_MESSAGE }}
prerelease: true
md5sum: true
files: |-