Update release pipelines to upload release artifacts
This commit is contained in:
parent
4334f8c9c9
commit
cb1bc1c8aa
52 changed files with 593 additions and 74 deletions
7
.github/workflows/build-appimage.yml
vendored
7
.github/workflows/build-appimage.yml
vendored
|
|
@ -1,8 +1,11 @@
|
|||
name: Build AppImage
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- "*"
|
||||
jobs:
|
||||
appimage:
|
||||
name: Build AppImage
|
||||
|
|
@ -17,7 +20,7 @@ jobs:
|
|||
docker cp temp:/app/burrow-gtk/build-appimage/Burrow-x86_64.AppImage .
|
||||
docker rm temp
|
||||
- uses: actions/upload-artifact@v4
|
||||
name: Upload to GitHub
|
||||
with:
|
||||
name: AppImage
|
||||
path: Burrow-x86_64.AppImage
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue