Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrquantumoff committed Mar 18, 2024
1 parent a73e93f commit 11674c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if: matrix.platform == 'windows-latest'
continue-on-error: false
run: |
git submodule init
git submodule update
flutter pub get
flutter build windows --release --split-debug-info --obfuscate --dart-define QUADRANT_QNT_API_KEY=${{ secrets.QUADRANT_QNT_API_KEY_WINDOWS }} --dart-define ETERNAL_API_KEY='${{ secrets.ETERNAL_API_KEY }}'
dart run msix:create -v --output-path windows-build --build-windows false
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
sudo apt update
sudo apt install meson clang build-essential cmake curl file git unzip xz-utils zip libglu1-mesa ninja-build pkg-config libgtk-3-dev
git submodule init
git submodule update
flutter clean
flutter pub get
flutter build linux --release --split-debug-info --obfuscate --dart-define QUADRANT_QNT_API_KEY='${{secrets.QUADRANT_QNT_API_KEY}}' --dart-define ETERNAL_API_KEY='${{ secrets.ETERNAL_API_KEY }}'
Expand Down

0 comments on commit 11674c6

Please sign in to comment.