Fix pkg type for windows pacakge tests

This commit is contained in:
Daniel A. Wozniak 2024-12-09 12:58:43 -07:00 committed by Daniel Wozniak
parent 7bb1276695
commit c1df3da462

View file

@ -338,7 +338,7 @@ jobs:
- name: Download Packages
uses: actions/download-artifact@v4
with:
name: ${{ inputs.package-name }}-${{ inputs.salt-version }}-${{ matrix.arch }}-windows
name: ${{ inputs.package-name }}-${{ inputs.salt-version }}-${{ matrix.arch }}-${{ matrix.pkg_type }}
path: ./artifacts/pkg/
- name: Download Onedir Tarball as an Artifact