Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f2f7ab77fa |
@@ -28,11 +28,11 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Provision (idempotent — auto-runs if host not initialized)
|
- name: Provision (idempotent — auto-runs if host not initialized)
|
||||||
shell: 'C:\Program Files\Git\bin\bash.exe --noprofile --norc -eo pipefail {0}'
|
shell: bash
|
||||||
run: sh scripts/ci/provision-windows.sh
|
run: sh scripts/ci/provision-windows.sh
|
||||||
|
|
||||||
- name: Compile (Flutter Windows)
|
- name: Compile (Flutter Windows)
|
||||||
shell: 'C:\Program Files\Git\bin\bash.exe --noprofile --norc -eo pipefail {0}'
|
shell: bash
|
||||||
run: sh scripts/ci/compile-windows.sh "${{ inputs.ver || 'v1.0.4' }}"
|
run: sh scripts/ci/compile-windows.sh "${{ inputs.ver || 'v1.0.4' }}"
|
||||||
|
|
||||||
- name: Upload windows artifact
|
- name: Upload windows artifact
|
||||||
|
|||||||
@@ -122,11 +122,11 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Provision (idempotent — auto-runs if host not initialized)
|
- name: Provision (idempotent — auto-runs if host not initialized)
|
||||||
shell: 'C:\Program Files\Git\bin\bash.exe --noprofile --norc -eo pipefail {0}'
|
shell: bash
|
||||||
run: sh scripts/ci/provision-windows.sh
|
run: sh scripts/ci/provision-windows.sh
|
||||||
|
|
||||||
- name: Compile (Flutter Windows)
|
- name: Compile (Flutter Windows)
|
||||||
shell: 'C:\Program Files\Git\bin\bash.exe --noprofile --norc -eo pipefail {0}'
|
shell: bash
|
||||||
run: sh scripts/ci/compile-windows.sh "${{ gitea.ref_name }}"
|
run: sh scripts/ci/compile-windows.sh "${{ gitea.ref_name }}"
|
||||||
|
|
||||||
- name: Upload windows artifacts
|
- name: Upload windows artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user