From 9680aad6033c4305076d2aa20ab1c7ff251e1ca7 Mon Sep 17 00:00:00 2001 From: Serany <17505625+jmctune@users.noreply.github.com> Date: Thu, 21 Mar 2024 13:02:52 -0500 Subject: [PATCH] fix path where bins are --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 72d15b8..de7c7a2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: working-directory: assets/ETP run: | Remove-Item ${{ github.workspace }}/assets/ETP/*.bin -Force - Move-Item ${{ github.workspace }}/dqx_translations/json/_lang/en/*.bin . + Move-Item ${{ github.workspace }}/dqx_dat_dump/tools/packing/new_etp/*.bin . - name: Build launcher exe working-directory: app