Skip to content

Commit

Permalink
Properly recursively extract ModTek.zip with 7z.
Browse files Browse the repository at this point in the history
  • Loading branch information
CptMoore committed Dec 25, 2024
1 parent b356580 commit 5b1cbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mod-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
MODTEK_DOWNLOAD_URL: ${{ inputs.modtek-download-url }}
run: |
curl -L -o ModTek.zip "$MODTEK_DOWNLOAD_URL"
7z e -o"$BATTLETECH_DIR" ModTek.zip
7z x -r -o"$BATTLETECH_DIR" ModTek.zip
rm ModTek.zip
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 5b1cbe7

Please sign in to comment.