The package is under artifacts/name not artifacts/artifacts/name

This commit is contained in:
MKLeb 2023-03-09 12:04:36 -05:00 committed by Megan Wilhite
parent f917258322
commit 4029f40484

View file

@ -55,7 +55,7 @@ runs:
- name: Install Salt Into Onedir
shell: bash
run: |
tools pkg build salt-onedir salt-${{ inputs.salt-version }}.tar.gz --platform ${{ inputs.platform }} --package-name artifacts/${{ inputs.package-name }}
tools pkg build salt-onedir salt-${{ inputs.salt-version }}.tar.gz --platform ${{ inputs.platform }} --package-name ${{ inputs.package-name }}
- name: Cleanup Salt Onedir Directory
shell: bash