fixed path in gen emu config workflows

This commit is contained in:
otavepto 2023-12-26 18:44:33 +02:00
parent 25ebb7c117
commit 63430d862e
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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'