Fix artifact upload variables
This commit is contained in:
parent
b189b6d4d8
commit
f881b1989e
|
@ -68,10 +68,10 @@ runs:
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
compression-level: 0
|
|
||||||
if-no-files-found: error
|
|
||||||
with:
|
with:
|
||||||
name: release_${{ inputs.platform }}
|
name: release_${{ inputs.platform }}
|
||||||
|
compression-level: 0
|
||||||
|
if-no-files-found: error
|
||||||
path: |
|
path: |
|
||||||
_artifacts/*.exe
|
_artifacts/*.exe
|
||||||
_artifacts/*.tar.gz
|
_artifacts/*.tar.gz
|
||||||
|
|
Loading…
Reference in New Issue