Fix incorrect placement and package name

This commit is contained in:
Joshua M. Boniface
2025-02-17 02:19:30 -05:00
parent e53fcacc72
commit b36c77f14d

View File

@@ -47,7 +47,6 @@ jobs:
- name: "Prepare repository"
run: |-
python -m pip install --upgrade git
./checkout.py ${{ inputs.version || 'master' }}
- name: "Run builder for ${{ matrix.arch }}"
@@ -122,6 +121,7 @@ jobs:
- name: "Prepare repository"
run: |-
python -m pip install --upgrade gitpython
python checkout.py ${{ inputs.version || 'master' }}
- name: "Fetch artifact from previous stage"