diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 0caebf57..1f8612c4 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -96,6 +96,15 @@ jobs: with: path: artifacts + - name: Artifacts normalization + shell: bash + run: | + cd artifacts + for i in foss* + do + mv -v $i $(echo $i|cut -d_ -f 2) + done + - name: Upload artifacts to Spaces uses: jakejarvis/s3-sync-action@master with: