5 Commits

Author SHA1 Message Date
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
ada7b657d5 sf10
Some checks failed
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishLinuxX64 (push) Failing after 0s
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishWinX64 (push) Failing after 0s
2026-03-04 20:28:37 +01:00
989d92698b sf8 2026-03-04 20:26:50 +01:00
f840f8fa56 sf7
All checks were successful
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishLinuxX64 (push) Successful in 1m23s
Build and Release Prerelease / Publish with Dotnet 8.0.405 and Profile PublishWinX64 (push) Successful in 1m18s
Build and Release Project / Publish with Dotnet 8.0.405 and Profile PublishLinuxX64 (push) Successful in 1m15s
Build and Release Project / Publish with Dotnet 8.0.405 and Profile PublishWinX64 (push) Successful in 1m15s
2026-03-04 20:08:20 +01:00
47e0f31b34 sf6
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 1m18s
2026-03-04 19:58:40 +01:00
2 changed files with 8 additions and 9 deletions

View File

@@ -9,7 +9,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: false
strategy:
matrix:
dotnet: [ '8.0.405' ]
@@ -18,6 +17,8 @@ jobs:
steps:
- name: Clone Project
uses: actions/checkout@master
with:
ref: main
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
@@ -34,8 +35,8 @@ jobs:
uses: akkuman/gitea-release-action@v1
with:
name: Yee
body: Test
body: Body
prerelease: false
md5sum: true
files: |-
${{ matrix.publishprofile }}.*
${{ matrix.publishprofile }}.*

View File

@@ -13,16 +13,14 @@ jobs:
matrix:
dotnet: [ '8.0.405' ]
publishprofile: [ 'PublishLinuxX64', 'PublishWinX64' ]
name: Publish with Dotnet ${{ matrix.dotnet }} and Profile ${{ matrix.publishprofile }} and ${GITEA_HEAD_REF:-${GITEA_REF#refs/heads/}}
name: Publish with Dotnet ${{ matrix.dotnet }} and Profile ${{ matrix.publishprofile }}
steps:
- name: Extract Tag Message
shell: bash
run: echo "tag_message=$(git tag -l --format='%(contents:subject)'${GITHUB_REF#refs/*/})" >> $GITHUB_ENV
id: extract_tag_message
- name: Clone Project
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
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
@@ -39,7 +37,7 @@ jobs:
uses: akkuman/gitea-release-action@v1
with:
name: Yee
body: ${{ steps.extract_tag_message.outputs.tag_message }}
body: Body
prerelease: true
md5sum: true
files: |-