Skip to content

Commit

Permalink
chore: Updated flutter version from 2.5.3 to 2.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
irediaes authored Aug 10, 2022
1 parent 3567ef6 commit 0778639
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ jobs:
needs: release
steps:
# Set up Flutter.
- name: Clone Flutter repository with flutter-version 2.5.3
- name: Clone Flutter repository with flutter-version 2.10.3
uses: subosito/flutter-action@v2
with:
flutter-version: '2.5.3'
flutter-version: '2.10.3'

- name: Install Linux dependencies
if: matrix.target == 'Linux'
Expand Down Expand Up @@ -149,4 +149,4 @@ jobs:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ${{ env.workspcae }}/peaq_charmev_${{ matrix.target }}${{ matrix.asset_extension }}
asset_name: peaq_charmev_${{ matrix.target }}${{ matrix.asset_extension }}
asset_content_type: ${{ matrix.asset_content_type }}
asset_content_type: ${{ matrix.asset_content_type }}

0 comments on commit 0778639

Please sign in to comment.