Skip to content

Commit

Permalink
fix path where bins are
Browse files Browse the repository at this point in the history
  • Loading branch information
jmctune committed Mar 21, 2024
1 parent 70b47bd commit 9680aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9680aad

Please sign in to comment.