Fix Create Archive step

This commit is contained in:
Twangboy 2023-01-12 21:10:30 -07:00 committed by Megan Wilhite
parent e932b5ab34
commit 395f7e7bca

View file

@ -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' }}