mirror of https://github.com/aminya/setup-cpp
ci: always upload the dist in build
This commit is contained in:
parent
1c6c8db5a9
commit
e3bbe73e91
|
@ -73,6 +73,7 @@ jobs:
|
|||
|
||||
- name: Upload Dist
|
||||
uses: actions/upload-artifact@v3
|
||||
if: always()
|
||||
with:
|
||||
name: dist
|
||||
path: |
|
||||
|
|
Loading…
Reference in New Issue