This commit is contained in:
@@ -5,6 +5,9 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: ubuntu:24.04
|
||||||
|
options: --platform linux/amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
@@ -49,7 +52,7 @@ jobs:
|
|||||||
run: flutter build linux --target-platform linux-arm64
|
run: flutter build linux --target-platform linux-arm64
|
||||||
|
|
||||||
- name: Save Artifacts
|
- name: Save Artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: PROD
|
name: PROD
|
||||||
path: build/linux/*/release/bundle/prod
|
path: build/linux/*/release/bundle/prod
|
||||||
|
|||||||
Reference in New Issue
Block a user