From 4ee0073de5dd0abb731731ba4bed891fbd259ae6 Mon Sep 17 00:00:00 2001 From: NBA2K1 <78034913+NBA2K1@users.noreply.github.com> Date: Thu, 10 Jul 2025 05:44:06 +0200 Subject: [PATCH] bash command on Windows is not valid --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 52415698..08722696 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -212,9 +212,6 @@ jobs: - name: Enable inno_bundle run: dart pub global activate inno_bundle - - name: Update PATH - run: echo 'export PATH="$PATH:$HOME/.pub-cache/bin"' >> ~/.bashrc - - name: build windows exe run: | dart run inno_bundle:build --release --app-version ${{ github.ref_name }}