diff --git a/.github/workflows/build-multi-os.yml b/.github/workflows/build-multi-os.yml index f0416a51..7d31ebb1 100644 --- a/.github/workflows/build-multi-os.yml +++ b/.github/workflows/build-multi-os.yml @@ -434,11 +434,16 @@ jobs: - name: Checkout repo into AppDir uses: actions/checkout@v3 with: - path: git submodules: recursive fetch-depth: 0 - - uses: ./git/.github/actions/init-environment + - uses: ./.github/actions/init-environment id: vars + - name: Relocate + run: | + mkdir git + shopt -s extglob dotglob + mv !(git) git + shopt -u dotglob - name: Download AppImage of Python designed for manylinux run: wget -c https://github.com/niess/python-appimage/releases/download/${{steps.vars.outputs.python}}/${{steps.vars.outputs.python-appimage}} - name: Extract the AppImage