mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix Create Archive step
This commit is contained in:
parent
e932b5ab34
commit
395f7e7bca
1 changed files with 1 additions and 1 deletions
2
.github/actions/build-onedir-pkg/action.yml
vendored
2
.github/actions/build-onedir-pkg/action.yml
vendored
|
@ -80,7 +80,7 @@ runs:
|
|||
shell: powershell
|
||||
run: |
|
||||
cd artifacts
|
||||
Compress-Archive -LiteralPath ${{ inputs.package-name }}" -DestinationPath ${{ inputs.package-name }}-${{ inputs.arch }}-${{ inputs.platform }}.zip
|
||||
Compress-Archive -LiteralPath "${{ inputs.package-name }}" -DestinationPath "${{ inputs.package-name }}-${{ inputs.arch }}-${{ inputs.platform }}.zip"
|
||||
|
||||
- name: Upload Onedir Tarball as an Artifact
|
||||
if: ${{ inputs.platform != 'windows' }}
|
||||
|
|
Loading…
Add table
Reference in a new issue