From 26c6f07889ea447417cc51a7e59ad0f0d56200fa Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 28 Jun 2024 08:43:59 +0200 Subject: [PATCH] FIxing even harder --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c5faf4c..805d207 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,8 +33,8 @@ jobs: needs: build steps: - name: Release - uses: softprops/action-gh-release@v2 - with: - files: /tmp/out/VmChamp - body: | - ${{ github.event.head_commit.message }} + uses: softprops/action-gh-release@v2 + with: + files: /tmp/out/VmChamp + body: | + ${{ github.event.head_commit.message }}