Skip to content

Commit

Permalink
Added artifact download instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Jul 23, 2023
1 parent 6757b3e commit 29fea10
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ApplicationTesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 29fea10

Please sign in to comment.