upload appimage file
This commit is contained in:
parent
10bf0883e5
commit
99e07de243
7
.github/workflows/nightly.yml
vendored
7
.github/workflows/nightly.yml
vendored
@ -65,8 +65,13 @@ jobs:
|
||||
with:
|
||||
name: build-output-linux
|
||||
path: build/linux/x64/release/bundle
|
||||
- name: Build AppImage unsing appimage-builder
|
||||
- name: Build AppImage
|
||||
uses: docker://appimagecrafters/appimage-builder:0.8.5
|
||||
with:
|
||||
entrypoint: appimage-builder
|
||||
args: --recipe ./AppImageBuilder.yml --skip-test
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build-output-linux-appimage
|
||||
path: './*.AppImage*'
|
||||
|
Loading…
x
Reference in New Issue
Block a user