Skip to content

Commit

Permalink
github action
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Nov 3, 2024
1 parent fb0261a commit f0604a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ jobs:
rm -f Release/www/.gitignore
wget -q $(wget -q -O - 'https://api.github.com/repos/maxDcb/C2Implant/releases/latest' | jq -r '.assets[] | select(.name=="Release.zip").browser_download_url') -O ./C2Implant.zip
unzip -o C2Implant.zip
rm -f C2Implant.zip
wget -q $(wget -q -O - 'https://api.github.com/repos/maxDcb/C2LinuxImplant/releases/latest' | jq -r '.assets[] | select(.name=="Release.tar.gz").browser_download_url') -O ./C2LinuxImplant.tar.gz
tar -zxvf C2LinuxImplant.tar.gz
rm -f C2LinuxImplant.tar.gz
tar -zcvf Release.tar.gz Release
- name: Upload release
Expand Down

0 comments on commit f0604a3

Please sign in to comment.