Skip to content

Commit

Permalink
⬆️ upgrade flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Sep 27, 2024
1 parent 8513833 commit 59f1b47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ env:
FLUTTER_CHANNEL: 'stable'
FLUTTER_VERSION: '3.24.3'
LLVM_VERSION: '10.0'
GH_TOKEN: ${{ secrets.GH_TOKEN }}
RUST_TOOLCHAIN: nightly-2024-09-04
NDK_VERSION: 25.2.9519653
REPO: ${{ github.event.inputs.repo }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:

Expand Down Expand Up @@ -83,8 +84,6 @@ jobs:

env:
TARGET: ${{ matrix.config.target }}
REPO: ${{ github.event.inputs.repo }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

steps:
- name: Checkout
Expand Down
1 change: 0 additions & 1 deletion ci/src/check_release/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use std::process::exit;
async fn main() -> Result<()> {
// get ghToken
let gh_token = std::env::var("GITHUB_TOKEN")?;
let target = std::env::var("TARGET")?;
let repo = std::env::var("REPO")?;
let flutter_version = std::env::var("FLUTTER_VERSION")?;

Expand Down

0 comments on commit 59f1b47

Please sign in to comment.