ci: loop through versions with the right file
All checks were successful
deploy / deploy (push) Successful in 7m2s

This commit is contained in:
D. Moonfire 2024-03-07 23:55:24 -06:00
parent 899ad6acc2
commit 8fe8e0294e

View file

@ -109,7 +109,7 @@ release-tag: release-setup
git remote remove publish || true
git remote add publish https://dmoonfire:$MFGAMES_GITEA_TOKEN@src.mfgames.com/mfgames-cil/$(basename $(git config --get remote.origin.url))
for i in src/*/GitVersion.yml
for i in src/*/version.json
do
# Move into the proper directory.
dir=$(dirname $i)