Skip to content

Commit

Permalink
[build] Temporary MPQ -> mpq
Browse files Browse the repository at this point in the history
Haaxor's tool only builds if local workflow requests .mpq and not .MPQ.  Until Haaxor can fix his tool, we will use this file extension format.
  • Loading branch information
redmagejoe committed Sep 21, 2023
1 parent 498c314 commit 2e4d084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cache-dependency-path: 'patch/.github/workflows/package.yml'

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

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

0 comments on commit 2e4d084

Please sign in to comment.