From f840f8fa5650b2f757ba0eafb1929fee60dd1304 Mon Sep 17 00:00:00 2001 From: thx20001 Date: Wed, 4 Mar 2026 20:08:20 +0100 Subject: [PATCH] sf7 --- .gitea/workflows/MainRelease.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/MainRelease.yaml b/.gitea/workflows/MainRelease.yaml index ad91145..2bcfab0 100644 --- a/.gitea/workflows/MainRelease.yaml +++ b/.gitea/workflows/MainRelease.yaml @@ -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 - prerelease: false + body: Body + prerelease: true md5sum: true files: |- - ${{ matrix.publishprofile }}.* + ${{ matrix.publishprofile }}.* \ No newline at end of file