Update .gitea/workflows/build.yaml
All checks were successful
Build CI / AMD64 Build (push) Successful in 2m31s
All checks were successful
Build CI / AMD64 Build (push) Successful in 2m31s
This commit is contained in:
@@ -52,14 +52,10 @@ jobs:
|
|||||||
- name: Build App
|
- name: Build App
|
||||||
run: flutter build linux
|
run: flutter build linux
|
||||||
|
|
||||||
- name: Setup AppImageBuilder
|
- name: Build AppImage
|
||||||
run: |
|
uses: AppImageCrafters/build-appimage-action@master
|
||||||
wget -O appimage-builder-x86_64.AppImage https://github.com/AppImageCrafters/appimage-builder/releases/download/v1.1.0/appimage-builder-1.1.0-x86_64.AppImage
|
with:
|
||||||
chmod +x appimage-builder-x86_64.AppImage
|
recipe: configs/AppImageBuilder_amd64.yml
|
||||||
|
|
||||||
- name: Assemble AppImage
|
|
||||||
run: |
|
|
||||||
./appimage-builder-x86_64.AppImage --recipe configs/AppImageBuilder_amd64.yml --skip-test
|
|
||||||
|
|
||||||
- name: Save Artifacts
|
- name: Save Artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user