Skip to content

Commit

Permalink
test(ci): Bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxuser committed Jul 31, 2024
1 parent 83b00bc commit 87ea200
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,13 @@ jobs:
pattern: Binaries-*
merge-multiple: true
- name: List files
run: tree
- name: Generate payloads
run: |
mkdir output
.\crates\shellcode_gen\target\release\shellcode_gen.exe output\
tree
- name: Generate payloads
working-directory: crates\shellcode_gen
run: |
.\target\release\shellcode_gen.exe ${{ github.workspace }}\output\
- name: List files
run: dir output\
- name: Copy artifact binaries to output directory
Expand Down

0 comments on commit 87ea200

Please sign in to comment.