Skip to content

Commit

Permalink
fix artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
c2biz committed May 17, 2024
1 parent a7b0b5d commit bfac3f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
mkdir compiled
$Version = git.exe describe --tags --abbrev=0
Get-Content -Path extension.json | .\jq.exe --arg ver "$Version" '.version |= $ver' > ./compiled/extension.json
Copy-Item -Path .\x64\mimikatz.dll -Destination compiled\mimikatz.x64.dll
Copy-Item -Path .\Win32\mimikatz.dll -Destination compiled\mimikatz.x86.dll
Copy-Item -Path .\x64\powerkatz.dll -Destination compiled\powerkatz.x64.dll
Copy-Item -Path .\Win32\powerkatz.dll -Destination compiled\powerkatz.x86.dll
cd compiled
tar.exe -czvf ..\mimikatz.tar.gz .
cd ..
Expand Down

0 comments on commit bfac3f2

Please sign in to comment.