1
0
mirror of synced 2025-02-20 20:21:33 +01:00

git: Fixed set -x wrongfully added to windows CI

Closes  #1473
This commit is contained in:
WerWolv 2023-12-28 11:48:13 +01:00
parent 63042dbba8
commit 7ed06ae515

View File

@ -154,7 +154,6 @@ jobs:
WINGET_GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
if: "${{ env.WINGET_GITHUB_TOKEN != '' }}"
run: |
set -x
$tagname = $env:GITHUB_REF.Replace("refs/tags/", "")
$version = $tagname.Replace("v", "")
$url = "https://github.com/WerWolv/ImHex/releases/download/${tagname}/imhex-${version}-Windows-x86_64.msi"