Skip to content

Commit

Permalink
ci: Fix nightly release workflow (#1577)
Browse files Browse the repository at this point in the history
Fixes #1574.
  • Loading branch information
kuznetsss authored Aug 2, 2024
1 parent 319cd3d commit 2a74a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,13 @@ jobs:
- uses: actions/download-artifact@v4
with:
path: nightly_release
pattern: clio_server_*

- name: Prepare files
shell: bash
run: |
cp ${{ github.workspace }}/.github/workflows/nightly_notes.md "${RUNNER_TEMP}/nightly_notes.md"
cd nightly_release
rm -r clio_*tests*
for d in $(ls); do
archive_name=$(ls $d)
mv ${d}/${archive_name} ./
Expand Down

0 comments on commit 2a74a65

Please sign in to comment.