From e7b214662d464e51305cc7f5a74044133870c387 Mon Sep 17 00:00:00 2001 From: Gonzalo Exequiel Pedone Date: Tue, 29 Jun 2021 18:47:20 -0300 Subject: [PATCH] Upload daily build packages 7. --- .github/workflows/linux-mingw.yml | 2 +- .github/workflows/mac.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux-mingw.yml b/.github/workflows/linux-mingw.yml index 1de95e8..4e6fc9f 100644 --- a/.github/workflows/linux-mingw.yml +++ b/.github/workflows/linux-mingw.yml @@ -52,7 +52,7 @@ jobs: uses: softprops/action-gh-release@v1 if: ${{ !startsWith(github.ref, 'refs/tags/') }} with: - body: ${{ github.event.head_commit.message }} (commit: ${{ github.sha }}) + body: "${{ github.event.head_commit.message }} (commit: ${{ github.sha }})" prerelease: true files: webcamoid-packages/* name: Daily Build diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index b2c7169..6e3c8ec 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -49,7 +49,7 @@ jobs: uses: softprops/action-gh-release@v1 if: ${{ !startsWith(github.ref, 'refs/tags/') }} with: - body: ${{ github.event.head_commit.message }} (commit: ${{ github.sha }}) + body: "${{ github.event.head_commit.message }} (commit: ${{ github.sha }})" prerelease: true files: webcamoid-packages/* name: Daily Build