mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-27 05:04:01 +08:00
fixed path in gen emu config workflows
This commit is contained in:
parent
25ebb7c117
commit
63430d862e
@ -19,7 +19,7 @@ permissions:
|
||||
env:
|
||||
ARTIFACT_NAME: "generate_emu_config-linux-${{ github.sha }}"
|
||||
SCRIPT_BASE_DIR: "${{ github.workspace }}/tools/generate_emu_config"
|
||||
PACKAGE_BASE_DIR: "${{ github.workspace }}/tools/generate_emu_confi/bin/package"
|
||||
PACKAGE_BASE_DIR: "${{ github.workspace }}/tools/generate_emu_config/bin/package"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -19,7 +19,7 @@ permissions:
|
||||
env:
|
||||
ARTIFACT_NAME: "generate_emu_config-win-${{ github.sha }}"
|
||||
SCRIPT_BASE_DIR: "${{ github.workspace }}/tools/generate_emu_config"
|
||||
PACKAGE_BASE_DIR: "${{ github.workspace }}/tools/generate_emu_confi/bin/package"
|
||||
PACKAGE_BASE_DIR: "${{ github.workspace }}/tools/generate_emu_config/bin/package"
|
||||
|
||||
THIRD_PARTY_BASE_DIR: 'third-party'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user