Skip to content

Commit

Permalink
Merge pull request #207 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 dd12a59 + 29c76ec commit 2faa1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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 2faa1af

Please sign in to comment.