force build with artifact upload
This commit is contained in:
parent
8e8700812b
commit
aeff67fb20
|
@ -140,7 +140,7 @@ runs:
|
|||
path: ./*.${{ inputs.package_extension }}
|
||||
key: ${{ inputs.cache_key }}
|
||||
|
||||
# Add to your PR the label upload-artifacts to get packages as artifacts
|
||||
# Add to your PR the label upload-artifacts to get packages as artifacts
|
||||
- if: ${{ contains(github.event.pull_request.labels.*.name, 'upload-artifacts') }}
|
||||
name: Upload package artifacts
|
||||
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
||||
|
|
Loading…
Reference in New Issue