mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-04 11:55:51 +00:00
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@@ -163,13 +163,13 @@ jobs:
|
|||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: nightly_release
|
path: nightly_release
|
||||||
|
pattern: clio_server_*
|
||||||
|
|
||||||
- name: Prepare files
|
- name: Prepare files
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cp ${{ github.workspace }}/.github/workflows/nightly_notes.md "${RUNNER_TEMP}/nightly_notes.md"
|
cp ${{ github.workspace }}/.github/workflows/nightly_notes.md "${RUNNER_TEMP}/nightly_notes.md"
|
||||||
cd nightly_release
|
cd nightly_release
|
||||||
rm -r clio_*tests*
|
|
||||||
for d in $(ls); do
|
for d in $(ls); do
|
||||||
archive_name=$(ls $d)
|
archive_name=$(ls $d)
|
||||||
mv ${d}/${archive_name} ./
|
mv ${d}/${archive_name} ./
|
||||||
|
|||||||
Reference in New Issue
Block a user