Fail build if artifacts can't be created
This commit is contained in:
parent
fd5b6a6eea
commit
7aa6c79949
|
@ -68,6 +68,8 @@ 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 }}
|
||||||
path: |
|
path: |
|
||||||
|
|
Loading…
Reference in New Issue