Skip to content

Commit

Permalink
fix autorelease
Browse files Browse the repository at this point in the history
  • Loading branch information
c2biz committed Aug 30, 2023
1 parent 07c0519 commit 12fc183
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 @@ -43,7 +43,6 @@ jobs:
$Version = git.exe describe --tags --abbrev=0
$Version = "`"$Version`""
Get-Content -Path alias.json | .\jq.exe ".version |= `"$Version`"" > ./compiled/alias.json
Copy-Item -Path LICENSE.txt -Destination compiled\LICENSE
cd compiled
tar.exe -czvf ..\SharpSCCM.tar.gz .
Expand Down

0 comments on commit 12fc183

Please sign in to comment.