Skip to content

Commit

Permalink
fix extra quotes in jq command
Browse files Browse the repository at this point in the history
  • Loading branch information
c2biz committed Apr 2, 2024
1 parent 7b73d27 commit d96de39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
run: |
ls
$Version = git.exe describe --tags --abbrev=0
$Version = "`"$Version`""
Get-Content -Path alias.json | .\jq.exe --arg ver "$Version" '.version |= $ver' > ./compiled/alias.json
cd compiled
tar.exe -czvf ..\SharpSCCM.tar.gz .
Expand Down

0 comments on commit d96de39

Please sign in to comment.