Why do i exist

This commit is contained in:
dan63047 2024-01-02 01:08:36 +03:00
parent 6c176bd804
commit 82995ae2a8
1 changed files with 2 additions and 2 deletions

View File

@ -51,9 +51,9 @@ jobs:
flutter-version: '3.16.5'
- name: Install project dependencies
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
env:
CMAKE_GENERATOR: Ninja
run: flutter build linux --release
- name: Archive Release
uses: thedoctor0/zip-release@master