mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 19:45:29 +00:00
rename artifacts to downloaded_artifacts
This commit is contained in:
parent
b14aea6a60
commit
eb18e9efa7
@ -23,7 +23,7 @@ jobs:
|
|||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: dawidd6/action-download-artifact@v6
|
uses: dawidd6/action-download-artifact@v6
|
||||||
with:
|
with:
|
||||||
path: artifacts
|
path: downloaded_artifacts
|
||||||
workflow: ./.github/workflows/build-artifacts-and-run-tests.yml
|
workflow: ./.github/workflows/build-artifacts-and-run-tests.yml
|
||||||
name: ouch-*
|
name: ouch-*
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
mkdir release
|
mkdir release
|
||||||
cd artifacts
|
cd downloaded_artifacts
|
||||||
|
|
||||||
for dir in ouch-*; do
|
for dir in ouch-*; do
|
||||||
cp -r "$dir/artifacts" "$dir/completions"
|
cp -r "$dir/artifacts" "$dir/completions"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user