mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 13:21:38 +03:00
ci: one more go at alpine
almost there!
This commit is contained in:
parent
5b8b9630a3
commit
6a0ce5f038
2
.github/workflows/gen_alpine3.12.yml
vendored
2
.github/workflows/gen_alpine3.12.yml
vendored
@ -79,7 +79,7 @@ jobs:
|
||||
run: "bash ci/deploy.sh"
|
||||
- name: "Move APKs"
|
||||
shell: bash
|
||||
run: "find ~/packages/ -ls ; mv ~/packages/x86_64/*.apk ."
|
||||
run: "find ~/packages/ -ls ; mv ~/packages/**/*.apk ."
|
||||
- name: "Move APK keys"
|
||||
shell: bash
|
||||
run: "mv ~/.abuild/*.pub ."
|
||||
|
@ -82,7 +82,7 @@ jobs:
|
||||
run: "bash ci/deploy.sh"
|
||||
- name: "Move APKs"
|
||||
shell: bash
|
||||
run: "find ~/packages -ls ; mv ~/packages/x86_64/*.apk ."
|
||||
run: "find ~/packages -ls ; mv ~/packages/**/*.apk ."
|
||||
- name: "Upload artifact"
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
2
.github/workflows/gen_alpine3.12_tag.yml
vendored
2
.github/workflows/gen_alpine3.12_tag.yml
vendored
@ -70,7 +70,7 @@ jobs:
|
||||
run: "bash ci/deploy.sh"
|
||||
- name: "Move APKs"
|
||||
shell: bash
|
||||
run: "find ~/packages/ -ls ; mv ~/packages/x86_64/*.apk ."
|
||||
run: "find ~/packages/ -ls ; mv ~/packages/**/*.apk ."
|
||||
- name: "Move APK keys"
|
||||
shell: bash
|
||||
run: "mv ~/.abuild/*.pub ."
|
||||
|
2
.github/workflows/gen_alpine3.13.yml
vendored
2
.github/workflows/gen_alpine3.13.yml
vendored
@ -79,7 +79,7 @@ jobs:
|
||||
run: "bash ci/deploy.sh"
|
||||
- name: "Move APKs"
|
||||
shell: bash
|
||||
run: "find ~/packages/ -ls ; mv ~/packages/x86_64/*.apk ."
|
||||
run: "find ~/packages/ -ls ; mv ~/packages/**/*.apk ."
|
||||
- name: "Move APK keys"
|
||||
shell: bash
|
||||
run: "mv ~/.abuild/*.pub ."
|
||||
|
@ -82,7 +82,7 @@ jobs:
|
||||
run: "bash ci/deploy.sh"
|
||||
- name: "Move APKs"
|
||||
shell: bash
|
||||
run: "find ~/packages -ls ; mv ~/packages/x86_64/*.apk ."
|
||||
run: "find ~/packages -ls ; mv ~/packages/**/*.apk ."
|
||||
- name: "Upload artifact"
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
2
.github/workflows/gen_alpine3.13_tag.yml
vendored
2
.github/workflows/gen_alpine3.13_tag.yml
vendored
@ -70,7 +70,7 @@ jobs:
|
||||
run: "bash ci/deploy.sh"
|
||||
- name: "Move APKs"
|
||||
shell: bash
|
||||
run: "find ~/packages/ -ls ; mv ~/packages/x86_64/*.apk ."
|
||||
run: "find ~/packages/ -ls ; mv ~/packages/**/*.apk ."
|
||||
- name: "Move APK keys"
|
||||
shell: bash
|
||||
run: "mv ~/.abuild/*.pub ."
|
||||
|
2
.github/workflows/gen_alpine3.14.yml
vendored
2
.github/workflows/gen_alpine3.14.yml
vendored
@ -79,7 +79,7 @@ jobs:
|
||||
run: "bash ci/deploy.sh"
|
||||
- name: "Move APKs"
|
||||
shell: bash
|
||||
run: "find ~/packages/ -ls ; mv ~/packages/x86_64/*.apk ."
|
||||
run: "find ~/packages/ -ls ; mv ~/packages/**/*.apk ."
|
||||
- name: "Move APK keys"
|
||||
shell: bash
|
||||
run: "mv ~/.abuild/*.pub ."
|
||||
|
@ -82,7 +82,7 @@ jobs:
|
||||
run: "bash ci/deploy.sh"
|
||||
- name: "Move APKs"
|
||||
shell: bash
|
||||
run: "find ~/packages -ls ; mv ~/packages/x86_64/*.apk ."
|
||||
run: "find ~/packages -ls ; mv ~/packages/**/*.apk ."
|
||||
- name: "Upload artifact"
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
2
.github/workflows/gen_alpine3.14_tag.yml
vendored
2
.github/workflows/gen_alpine3.14_tag.yml
vendored
@ -70,7 +70,7 @@ jobs:
|
||||
run: "bash ci/deploy.sh"
|
||||
- name: "Move APKs"
|
||||
shell: bash
|
||||
run: "find ~/packages/ -ls ; mv ~/packages/x86_64/*.apk ."
|
||||
run: "find ~/packages/ -ls ; mv ~/packages/**/*.apk ."
|
||||
- name: "Move APK keys"
|
||||
shell: bash
|
||||
run: "mv ~/.abuild/*.pub ."
|
||||
|
2
.github/workflows/gen_alpine3.15.yml
vendored
2
.github/workflows/gen_alpine3.15.yml
vendored
@ -79,7 +79,7 @@ jobs:
|
||||
run: "bash ci/deploy.sh"
|
||||
- name: "Move APKs"
|
||||
shell: bash
|
||||
run: "find ~/packages/ -ls ; mv ~/packages/x86_64/*.apk ."
|
||||
run: "find ~/packages/ -ls ; mv ~/packages/**/*.apk ."
|
||||
- name: "Move APK keys"
|
||||
shell: bash
|
||||
run: "mv ~/.abuild/*.pub ."
|
||||
|
@ -82,7 +82,7 @@ jobs:
|
||||
run: "bash ci/deploy.sh"
|
||||
- name: "Move APKs"
|
||||
shell: bash
|
||||
run: "find ~/packages -ls ; mv ~/packages/x86_64/*.apk ."
|
||||
run: "find ~/packages -ls ; mv ~/packages/**/*.apk ."
|
||||
- name: "Upload artifact"
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
2
.github/workflows/gen_alpine3.15_tag.yml
vendored
2
.github/workflows/gen_alpine3.15_tag.yml
vendored
@ -70,7 +70,7 @@ jobs:
|
||||
run: "bash ci/deploy.sh"
|
||||
- name: "Move APKs"
|
||||
shell: bash
|
||||
run: "find ~/packages/ -ls ; mv ~/packages/x86_64/*.apk ."
|
||||
run: "find ~/packages/ -ls ; mv ~/packages/**/*.apk ."
|
||||
- name: "Move APK keys"
|
||||
shell: bash
|
||||
run: "mv ~/.abuild/*.pub ."
|
||||
|
@ -381,7 +381,7 @@ cargo build --all --release""",
|
||||
steps.append(
|
||||
RunStep(
|
||||
"Move APKs",
|
||||
f"find ~/packages/ -ls ; mv ~/packages/x86_64/*.apk .",
|
||||
f"find ~/packages/ -ls ; mv ~/packages/**/*.apk .",
|
||||
)
|
||||
)
|
||||
steps.append(
|
||||
@ -438,7 +438,7 @@ cargo build --all --release""",
|
||||
steps.append(
|
||||
RunStep(
|
||||
"Move APKs",
|
||||
f"find ~/packages -ls ; mv ~/packages/x86_64/*.apk .",
|
||||
f"find ~/packages -ls ; mv ~/packages/**/*.apk .",
|
||||
)
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user