1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-24 13:52:55 +03:00

ci: debugging alpine continuous

This commit is contained in:
Wez Furlong 2022-04-18 23:32:21 -07:00
parent 422e0f3d56
commit c3a9f75cba

View File

@ -82,7 +82,7 @@ jobs:
run: "bash ci/deploy.sh"
- name: "Move APKs"
shell: bash
run: "mv ~/packages/x86_64/*.apk ."
run: "find ~/packages -ls ; mv ~/packages/x86_64/*.apk ."
- name: "Upload artifact"
uses: actions/upload-artifact@v3
with: