Skip to content

Commit

Permalink
start preset index from 0
Browse files Browse the repository at this point in the history
  • Loading branch information
myin142 committed Oct 26, 2024
1 parent 0f3f487 commit ba3f98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ runs:
FILE=".godot/export_credentials.cfg"
echo "" > $FILE
for i in $(seq 1 5); do
for i in $(seq 0 5); do
echo "[preset.$i]" >> $FILE
echo "script_encryption_key=\"$KEY\"" >> $FILE
done
Expand Down

0 comments on commit ba3f98a

Please sign in to comment.