Fix download location

This commit is contained in:
Daniel A. Wozniak 2024-10-28 17:45:50 -07:00 committed by Daniel Wozniak
parent 9ef8f4f041
commit b9d16fa14d

View file

@ -50,6 +50,7 @@ runs:
uses: actions/download-artifact@v4
with:
name: salt-${{ inputs.salt-version }}.tar.gz
path: ./artifacts/
- name: Install Salt Into Onedir
shell: bash