update workflow file
This commit is contained in:
parent
01837c6f52
commit
231fac8231
1 changed files with 17 additions and 17 deletions
34
.github/workflows/appimage.yml
vendored
34
.github/workflows/appimage.yml
vendored
|
@ -21,20 +21,20 @@ jobs:
|
||||||
uses: AppImageCrafters/build-appimage@master
|
uses: AppImageCrafters/build-appimage@master
|
||||||
with:
|
with:
|
||||||
recipe: "./appimagebuilder.yaml"
|
recipe: "./appimagebuilder.yaml"
|
||||||
- name: Create continuous release
|
- name: Create continuous release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
artifacts: "*.AppImage*"
|
artifacts: "*.AppImage*"
|
||||||
body: |
|
body: |
|
||||||
:heavy_check_mark: AppImage built from latest commit ([${{ github.sha }}](https://github.com/${{ github.repository }}/commit/${{ github.sha }})).
|
:heavy_check_mark: AppImage built from latest commit ([${{ github.sha }}](https://github.com/${{ github.repository }}/commit/${{ github.sha }})).
|
||||||
:scroll: Build log: https://github.com/${{ github.repository }}/commit/${{ github.sha }}/checks?check_suite_id=${{ github.run_id }}
|
:scroll: Build log: https://github.com/${{ github.repository }}/commit/${{ github.sha }}/checks?check_suite_id=${{ github.run_id }}
|
||||||
commit: ${{ github.sha }}
|
commit: ${{ github.sha }}
|
||||||
draft: false
|
draft: false
|
||||||
name: Continuous appimage builds
|
name: Continuous appimage builds
|
||||||
prerelease: true
|
prerelease: true
|
||||||
removeArtifacts: false
|
removeArtifacts: false
|
||||||
replacesArtifacts: true
|
replacesArtifacts: true
|
||||||
skipIfReleaseExists: false
|
skipIfReleaseExists: false
|
||||||
tag: continuous
|
tag: continuous
|
||||||
token: "${{ secrets.GITHUB_TOKEN }}"
|
token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
|
Loading…
Reference in a new issue