Skip to content

Commit

Permalink
set key correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
myin142 committed Oct 11, 2024
1 parent 006eab3 commit ce351b8
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 @@ -43,7 +43,7 @@ runs:
for i in $(seq 1 5); do
echo "[preset.$i]" >> $FILE
echo 'script_encryption_key="$KEY"' >> $FILE
echo "script_encryption_key=\"$KEY\"" >> $FILE
done
shell: bash
working-directory: ${{ inputs.game-folder }}
Expand Down

0 comments on commit ce351b8

Please sign in to comment.