Skip to content

Commit

Permalink
ci: remove mf6.y.zdev_ from asset names (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Jun 26, 2023
1 parent c93e1bf commit 7623511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-build-intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ jobs:
- name: Prune artifacts
working-directory: nightly
run: |
echo "adding .zip suffix to distributions"
for f in mf*/mf*; do mv -- "$f" "$(basename $f)"; done
echo "pruning artifacts"
for f in mf*/mf*; do mv -- "$f" "$(basename $f)"; done
for f in *.zip; do mv -- "$f" "${f##mf*dev_}"; done
find mf* -type d -delete
rm -rf bin-*
rm -rf release_notes
Expand Down

0 comments on commit 7623511

Please sign in to comment.