mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
The package is under artifacts/name not artifacts/artifacts/name
This commit is contained in:
parent
f917258322
commit
4029f40484
1 changed files with 1 additions and 1 deletions
2
.github/actions/build-onedir-salt/action.yml
vendored
2
.github/actions/build-onedir-salt/action.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue