Skip to content

Commit 0ec25e3

Browse files
committed
use multipart archive
1 parent 040c301 commit 0ec25e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
- name: Extract Binary Ninja
2424
shell: bash
2525
run: |
26-
ARCHIVE_PATH="${{ github.action_path }}/binaryninja/${{ inputs.version }}/binaryninja.7z"
26+
ARCHIVE_PATH="${{ github.action_path }}/binaryninja/${{ inputs.version }}/binaryninja.7z.001"
2727
if [ ! -f "$ARCHIVE_PATH" ]; then
2828
echo "Error: Binary Ninja archive not found at $ARCHIVE_PATH"
2929
exit 1

binaryninja/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ Archives are created by running the following command:
44

55
```bash
66
read BN_PASSWORD
7-
7za a -snl -mhe=on -p"$BN_PASSWORD" binaryninja.7z binaryninja/ license.dat
7+
7za a -snl -mhe=on -v100m -p"$BN_PASSWORD" binaryninja.7z binaryninja/ license.dat
88
```

0 commit comments

Comments
 (0)