ci: Fix nightly release workflow (#1577)

Fixes #1574.
This commit is contained in:
Sergey Kuznetsov
2024-08-02 11:49:17 +01:00
committed by GitHub
parent 319cd3d67b
commit 2a74a65b22

View File

@@ -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} ./