Misc
This commit is contained in:
parent
ba9a5b2ef2
commit
394bd26f43
|
@ -61,7 +61,7 @@ jobs:
|
||||||
if: startsWith(github.ref, 'refs/tags/v')
|
if: startsWith(github.ref, 'refs/tags/v')
|
||||||
steps:
|
steps:
|
||||||
- name: Download all artifacts
|
- name: Download all artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: artifacts/
|
path: artifacts/
|
||||||
- name: Release
|
- name: Release
|
||||||
|
|
Loading…
Reference in New Issue