mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-05-09 18:50:33 +00:00
bash command on Windows is not valid
This commit is contained in:
parent
45ae686abd
commit
4ee0073de5
1 changed files with 0 additions and 3 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue