Skip to content

Commit

Permalink
[build] Attempt 2 of Haaxor MPQ Packager
Browse files Browse the repository at this point in the history
  • Loading branch information
redmagejoe committed Oct 15, 2023
1 parent c294a56 commit 0c6c5c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
Binary file added .github/haax-mpq.exe
Binary file not shown.
13 changes: 3 additions & 10 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,8 @@ jobs:
lfs: true
path: patch

- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: '16.x'
cache: 'npm'
cache-dependency-path: 'patch/.github/workflows/package.yml'

- name: Build
run: npx [email protected] build ./patch ./patch-A.mpq inPlace
run: ./patch/.github/haax-mpq.exe ./patch ./patch-A.MPQ

- name: Bump version and push tag
id: tag_version
Expand All @@ -38,5 +31,5 @@ jobs:
with:
tag: ${{ steps.tag_version.outputs.new_tag }}
body: ${{ steps.tag_version.outputs.changelog }}
artifacts: patch-A.mpq
artifactErrorsFailBuild: true
artifacts: patch-A.MPQ
artifactErrorsFailBuild: true

0 comments on commit 0c6c5c0

Please sign in to comment.