Update build.yml
This commit is contained in:
parent
bdd42c9210
commit
faa95d139d
|
@ -14,4 +14,4 @@ runs:
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.runtime }}
|
name: ${{ inputs.runtime }}
|
||||||
path: _artifacts/net6.0/${{ inputs.runtime }}/**/*
|
path: _artifacts/${{ inputs.runtime }}/net6.0/**/*
|
||||||
|
|
Loading…
Reference in New Issue