Upload daily build packages 7.
This commit is contained in:
parent
287d6f2c61
commit
e7b214662d
2 changed files with 2 additions and 2 deletions
2
.github/workflows/linux-mingw.yml
vendored
2
.github/workflows/linux-mingw.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/mac.yml
vendored
2
.github/workflows/mac.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue