Fix artifact upload variables

This commit is contained in:
Mark McDowall 2024-01-07 14:54:00 -08:00
parent b189b6d4d8
commit f881b1989e
1 changed files with 2 additions and 2 deletions

View File

@ -68,10 +68,10 @@ runs:
- name: Upload Artifact
uses: actions/upload-artifact@v4
compression-level: 0
if-no-files-found: error
with:
name: release_${{ inputs.platform }}
compression-level: 0
if-no-files-found: error
path: |
_artifacts/*.exe
_artifacts/*.tar.gz