Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DawnMagnet committed Mar 2, 2024
1 parent 8340435 commit f0aef4d
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/flutter-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
sudo apt-get update -y
sudo apt-get install -y ninja-build libgtk-3-dev
- name: "Install dependencies"
run: |
sudo apt-get update -y
sudo apt-get install -y cmake ninja-build build-essential pkg-config curl file git unzip xz-utils zip libgtk-3-dev
# - name: "Install dependencies"
# run: |
# sudo apt-get update -y
# sudo apt-get install -y cmake ninja-build build-essential pkg-config curl file git unzip xz-utils zip libgtk-3-dev

- name: Flutter Pub Get
run: flutter pub get
Expand All @@ -40,21 +40,20 @@ jobs:
- name: Build Linux app
run: flutter build linux

- name: Build AppImage unsing appimage-builder
uses: docker://appimagecrafters/appimage-builder:0.8.5
with:
entrypoint: appimage-builder
args: --recipe ./AppImageBuilder.yml --skip-test
# - name: Build AppImage unsing appimage-builder
# uses: docker://appimagecrafters/appimage-builder:0.8.5
# with:
# entrypoint: appimage-builder
# args: --recipe ./AppImageBuilder.yml --skip-test

- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: release-artifacts
path: |
build/app/outputs/apk/release/
build/web/
./*.AppImage*
build/linux/x64/release/bundle/
release-on-ubuntu:
needs: build-and-release-on-ubuntu
Expand All @@ -76,7 +75,7 @@ jobs:
files: |
build/app/outputs/apk/release/*.apk
build/web/
./*.AppImage*
build/linux/x64/release/bundle/
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f0aef4d

Please sign in to comment.