This commit is contained in:
dan63047 2024-01-02 01:11:25 +03:00
parent 82995ae2a8
commit dc02c2d279
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ jobs:
run: flutter pub get
- name: Build artifacts
env:
CMAKE_GENERATOR: Ninja
CMAKE_MAKE_PROGRAM: Ninja
run: flutter build linux --release
- name: Archive Release
uses: thedoctor0/zip-release@master