Added artifact download instructions.

This commit is contained in:
Patrick Lehmann
2023-07-23 23:53:59 +02:00
parent 6757b3e5f3
commit 29fea10f2c

View File

@@ -84,6 +84,15 @@ jobs:
- name: ⏬ Checkout repository
uses: actions/checkout@v3
- name: 📥 Download artifacts '${{ inputs.wheel }}' from 'Package' job
uses: actions/download-artifact@v3
with:
name: ${{ inputs.wheel }}
path: install
- name: Debug
run: ls -lAh install
- name: Compute pacman/pacboy packages
id: pacboy
if: matrix.system == 'msys2'