Skip to content

Commit

Permalink
attempt to fix something
Browse files Browse the repository at this point in the history
  • Loading branch information
mrquantumoff committed Mar 3, 2024
1 parent 0077a49 commit 0cb83ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
if: matrix.platform == 'windows-latest'
continue-on-error: false
run: |
flutter clean
# 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 @@ -64,6 +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
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 }}'
tar -czvf GNULinuxBuild.tar.gz ./build/linux/x64/release/bundle
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: quadrant
description: Manage your modpacks with ease!
publish_to: 'none'

version: 24.3.0+0
version: 24.3.0+1

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit 0cb83ff

Please sign in to comment.