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
|
uses: softprops/action-gh-release@v1
|
||||||
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
||||||
with:
|
with:
|
||||||
body: ${{ github.event.head_commit.message }} (commit: ${{ github.sha }})
|
body: "${{ github.event.head_commit.message }} (commit: ${{ github.sha }})"
|
||||||
prerelease: true
|
prerelease: true
|
||||||
files: webcamoid-packages/*
|
files: webcamoid-packages/*
|
||||||
name: Daily Build
|
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
|
uses: softprops/action-gh-release@v1
|
||||||
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
||||||
with:
|
with:
|
||||||
body: ${{ github.event.head_commit.message }} (commit: ${{ github.sha }})
|
body: "${{ github.event.head_commit.message }} (commit: ${{ github.sha }})"
|
||||||
prerelease: true
|
prerelease: true
|
||||||
files: webcamoid-packages/*
|
files: webcamoid-packages/*
|
||||||
name: Daily Build
|
name: Daily Build
|
||||||
|
|
Loading…
Reference in a new issue