@@ -22,7 +22,7 @@ jobs:
|
|||||||
- name: Install Framework Dependencies
|
- name: Install Framework Dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
sudo apt install -y ninja-build cmake
|
sudo apt install -y ninja-build cmake clang
|
||||||
|
|
||||||
- name: Install Flutter
|
- name: Install Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
@@ -44,3 +44,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Build arm64
|
- name: Build arm64
|
||||||
run: flutter build linux --target-platform linux-arm64
|
run: flutter build linux --target-platform linux-arm64
|
||||||
|
|
||||||
|
- name: Save Artifacts
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: PROD
|
||||||
|
path: build/linux/x64/release/bundle/prod
|
||||||
|
|||||||
Reference in New Issue
Block a user