Fix newline
This commit is contained in:
parent
73f9ec7fe2
commit
aa637ecd36
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
|||||||
[System.XML.XMLElement]$app=$xml.CreateElement("app")
|
[System.XML.XMLElement]$app=$xml.CreateElement("app")
|
||||||
$xml.appendChild($app)
|
$xml.appendChild($app)
|
||||||
$app.appendChild($xml.CreateElement("Name")).InnerText = $asm.GetName().Name
|
$app.appendChild($xml.CreateElement("Name")).InnerText = $asm.GetName().Name
|
||||||
$app.appendChild($xml.CreateElement("Description")).InnerText = "A simple AutoClicker\r\nFeatures:`r`n- Up to 1000 clicks per second`r`n- Right- and LeftClicks`r`n- Custom Keybinds"
|
$app.appendChild($xml.CreateElement("Description")).InnerText = "A simple AutoClicker`r`nFeatures:`r`n- Up to 1000 clicks per second`r`n- Right- and LeftClicks`r`n- Custom Keybinds"
|
||||||
$app.appendChild($xml.CreateElement("Version")).InnerText = "${{ steps.base_init.outputs.vers }}"
|
$app.appendChild($xml.CreateElement("Version")).InnerText = "${{ steps.base_init.outputs.vers }}"
|
||||||
$app.appendChild($xml.CreateElement("ID")).InnerText = "4863b486-5619-432e-8086-c06e1d5b1f5a"
|
$app.appendChild($xml.CreateElement("ID")).InnerText = "4863b486-5619-432e-8086-c06e1d5b1f5a"
|
||||||
$app.appendChild($xml.CreateElement("File")).InnerText = "${{ steps.upload_release_asset.outputs.browser_download_url }}"
|
$app.appendChild($xml.CreateElement("File")).InnerText = "${{ steps.upload_release_asset.outputs.browser_download_url }}"
|
||||||
|
Reference in New Issue
Block a user