From 546794edd971770a25a8ab41258de21c7bdf89d3 Mon Sep 17 00:00:00 2001 From: Devin Stickells Date: Sat, 3 Aug 2024 18:49:25 +0200 Subject: [PATCH] fix(deployment): fix flutter setup in deployment action --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 863842d..1caf7d5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,4 +1,4 @@ -name: Deploy to GitHub Pages +name: deploy_website on: push: @@ -16,7 +16,7 @@ jobs: - name: Set up Flutter uses: subosito/flutter-action@v2 with: - flutter-version: 'stable' + channel: stable - name: Run Makefile Deploy env: