Skip to content

Commit

Permalink
address review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
holysoles committed Sep 21, 2024
1 parent 7edbc8f commit 1bb5be5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,14 @@ jobs:
- name: Build x64
run: msbuild /m /p:Platform=x64 /p:Configuration=Release al-khaser.sln

- name: Zip x86 Binaries
run: 7z a -t7z -m0=lzma2 -mx=9 -mfb=64 -md=32m -mhe=on -p"yug69gG89T98HGUY8y" al-khaser_x86.7z al-khaser_x86.exe

- name: Zip x64 Binaries
run: 7z a -t7z -m0=lzma2 -mx=9 -mfb=64 -md=32m -mhe=on -p"yug69gG89T98HGUY8y" al-khaser_x64.7z al-khaser_x64.exe

- name: Attach Binaries to release
uses: AButler/upload-release-assets@v3.0
with:
files: "al-khaser_x*.exe"
files: "al-khaser_x*.7z"
repo-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ It performs a bunch of common malware tricks with the goal of seeing if you stay

## Download

You can download built binaries (x86, x64) from this project's [releases page](https://github.com/LordNoteworthy/al-khaser/releases).
You can download built binaries (x86, x64) from this project's [releases page](https://github.com/LordNoteworthy/al-khaser/releases). The password for the 7zs can be found [here](https://github.com/LordNoteworthy/al-khaser/blob/master/.github/workflows/release.yml#L25).


## Possible uses
Expand Down
2 changes: 0 additions & 2 deletions appveyor.yml

This file was deleted.

0 comments on commit 1bb5be5

Please sign in to comment.