Why do i exist
This commit is contained in:
parent
6c176bd804
commit
82995ae2a8
|
@ -51,9 +51,9 @@ jobs:
|
||||||
flutter-version: '3.16.5'
|
flutter-version: '3.16.5'
|
||||||
- name: Install project dependencies
|
- name: Install project dependencies
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
- name: Setup CMAKE_GENERATOR environment variable (I hope it's gonna work)
|
|
||||||
run: export CMAKE_GENERATOR=Ninja; exec bash -l
|
|
||||||
- name: Build artifacts
|
- name: Build artifacts
|
||||||
|
env:
|
||||||
|
CMAKE_GENERATOR: Ninja
|
||||||
run: flutter build linux --release
|
run: flutter build linux --release
|
||||||
- name: Archive Release
|
- name: Archive Release
|
||||||
uses: thedoctor0/zip-release@master
|
uses: thedoctor0/zip-release@master
|
||||||
|
|
Loading…
Reference in New Issue