bash command on Windows is not valid

This commit is contained in:
NBA2K1 2025-07-10 05:44:06 +02:00
parent 45ae686abd
commit 4ee0073de5

View file

@ -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 }}