Skip to content

Commit

Permalink
Merge pull request #2197 from choria-io/dependencies
Browse files Browse the repository at this point in the history
(misc) Updates for new github actions
  • Loading branch information
ripienaar authored Sep 11, 2024
2 parents 215d6a4 + 90ef70d commit 6baf173
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6baf173

Please sign in to comment.