1
1
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:
Wez Furlong 2022-04-19 06:57:55 -07:00
parent 5b8b9630a3
commit 6a0ce5f038
13 changed files with 14 additions and 14 deletions

View File

@ -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 ."

View File

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

View File

@ -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 ."

View File

@ -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 ."

View File

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

View File

@ -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 ."

View File

@ -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 ."

View File

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

View File

@ -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 ."

View File

@ -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 ."

View File

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

View File

@ -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 ."

View File

@ -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 .",
)
)