Skip to content

Commit

Permalink
Merge pull request #208 from choria-io/dependencies
Browse files Browse the repository at this point in the history
(misc) Normalize artifact names to pre action changes
  • Loading branch information
ripienaar authored Sep 11, 2024
2 parents 2faa1af + 923e09a commit b3915ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
cd artifacts
for i in foss*
do
mv -v $i $(echo $i|cut -d_ -f 2)
mv -v $i $(echo $i|cut -d_ -f2-)
done
- name: Upload artifacts to Spaces
Expand Down

0 comments on commit b3915ac

Please sign in to comment.