This commit is contained in:
DTTerastar 2023-11-12 15:22:09 -05:00
parent ba9a5b2ef2
commit 394bd26f43
1 changed files with 1 additions and 1 deletions

View File

@ -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