Update .gitlab-ci.yml

This commit is contained in:
J. Fronny 2020-06-21 06:21:33 +00:00
parent 28be659e60
commit 00e309f609
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ uptool:
$app.appendChild($xml.CreateElement("File")).InnerText = $CI_PROJECT_URL + "/-/jobs/" + $CI_JOB_ID + "/artifacts/raw/package.zip"
$app.appendChild($xml.CreateElement("Hash")).InnerText = $(Get-FileHash .\package.zip).Hash
$app.appendChild($xml.CreateElement("MainFile")).InnerText = $file.Name
$app.appendChild($xml.CreateElement("Icon")).InnerText = "https://gitlab.com/JFronny/Resizor/-/raw/master/Resizor/Resizor.ico"
echo NULL > app.xml
$xml.save($(gi .\app.xml).Fullname)
artifacts: