Upload daily build packages 7.

This commit is contained in:
Gonzalo Exequiel Pedone 2021-06-29 18:47:20 -03:00
parent 287d6f2c61
commit e7b214662d
No known key found for this signature in database
GPG key ID: B8B09E63E9B85BAF
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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