mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-05 02:55:31 +00:00
rename artifacts to downloaded_artifacts
This commit is contained in:
parent
b14aea6a60
commit
eb18e9efa7
@ -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-*
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
set -e
|
||||
|
||||
mkdir release
|
||||
cd artifacts
|
||||
cd downloaded_artifacts
|
||||
|
||||
for dir in ouch-*; do
|
||||
cp -r "$dir/artifacts" "$dir/completions"
|
||||
|
Loading…
x
Reference in New Issue
Block a user