mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
mac and windows have static package type
This commit is contained in:
parent
d6ed893beb
commit
3729c3f1d1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test-packages-action.yml
vendored
4
.github/workflows/test-packages-action.yml
vendored
|
@ -214,7 +214,7 @@ jobs:
|
|||
- name: Download Packages
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: salt-${{ inputs.salt-version }}-${{ matrix.arch }}-${{ matrix.pkg_type }}
|
||||
name: salt-${{ inputs.salt-version }}-${{ matrix.arch }}-macos
|
||||
path: artifacts/pkg/
|
||||
|
||||
- name: Install System Dependencies
|
||||
|
@ -338,7 +338,7 @@ jobs:
|
|||
- name: Download Packages
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: ${{ inputs.package-name }}-${{ inputs.salt-version }}-${{ matrix.arch }}-${{ matrix.pkg_type }}
|
||||
name: ${{ inputs.package-name }}-${{ inputs.salt-version }}-${{ matrix.arch }}-windows
|
||||
path: ./artifacts/pkg/
|
||||
|
||||
- name: Download Onedir Tarball as an Artifact
|
||||
|
|
Loading…
Add table
Reference in a new issue