rename artifacts to downloaded_artifacts

This commit is contained in:
João Marcos 2025-04-06 19:10:11 -03:00
parent b14aea6a60
commit eb18e9efa7
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ jobs:
- name: Download artifacts
uses: dawidd6/action-download-artifact@v6
with:
path: artifacts
path: downloaded_artifacts
workflow: ./.github/workflows/build-artifacts-and-run-tests.yml
name: ouch-*

View File

@ -3,7 +3,7 @@
set -e
mkdir release
cd artifacts
cd downloaded_artifacts
for dir in ouch-*; do
cp -r "$dir/artifacts" "$dir/completions"