From f62cb1b7c8441e9b93b3bbf18c01640d085ff2db Mon Sep 17 00:00:00 2001 From: Paolo Flores Date: Mon, 18 Nov 2024 13:19:05 -0500 Subject: [PATCH] ci: trying to use previously built artifacts --- .github/workflows/cloudflare-hosting-deploy.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cloudflare-hosting-deploy.yml b/.github/workflows/cloudflare-hosting-deploy.yml index 390f377..6137835 100644 --- a/.github/workflows/cloudflare-hosting-deploy.yml +++ b/.github/workflows/cloudflare-hosting-deploy.yml @@ -10,7 +10,7 @@ on: jobs: build: - name: Build + name: Build and deploy runs-on: ubuntu-latest steps: - name: 📚 Git Checkout @@ -20,7 +20,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: "stable" - flutter-version: 3.24.0 + flutter-version: 3.24.2 - name: 📦 Install Dependencies run: flutter pub get @@ -34,11 +34,6 @@ jobs: name: web-build path: build/web - deploy: - runs-on: ubuntu-latest - name: Deploy - steps: - - uses: actions/checkout@v4 - name: Deploy uses: cloudflare/wrangler-action@v3 with: