update the egnemu config workflow script to point at the new location
This commit is contained in:
parent
1b34a36080
commit
2fc23f5f90
@ -18,7 +18,7 @@ permissions:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
ARTIFACT_NAME: "generate_emu_config-linux-${{ github.sha }}"
|
ARTIFACT_NAME: "generate_emu_config-linux-${{ github.sha }}"
|
||||||
PACKAGE_ROOT_PATH: "scripts/bin/package"
|
PACKAGE_ROOT_PATH: "script_generate_emu_config/bin/package"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -30,17 +30,17 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ${{ github.workspace }}/scripts
|
working-directory: ${{ github.workspace }}/script_generate_emu_config
|
||||||
run: sudo chmod 77 recreate_venv_linux.sh && sudo ./recreate_venv_linux.sh
|
run: sudo chmod 77 recreate_venv_linux.sh && sudo ./recreate_venv_linux.sh
|
||||||
|
|
||||||
- name: Rebuild
|
- name: Rebuild
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ${{ github.workspace }}/scripts
|
working-directory: ${{ github.workspace }}/script_generate_emu_config
|
||||||
run: sudo chmod 77 rebuild_linux.sh && sudo ./rebuild_linux.sh
|
run: sudo chmod 77 rebuild_linux.sh && sudo ./rebuild_linux.sh
|
||||||
|
|
||||||
- name: Package build
|
- name: Package build
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ${{ github.workspace }}/scripts
|
working-directory: ${{ github.workspace }}/script_generate_emu_config
|
||||||
run: sudo chmod 77 package_linux.sh && sudo ./package_linux.sh
|
run: sudo chmod 77 package_linux.sh && sudo ./package_linux.sh
|
||||||
|
|
||||||
- name: Upload build package
|
- name: Upload build package
|
||||||
|
@ -18,7 +18,7 @@ permissions:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
ARTIFACT_NAME: "generate_emu_config-win-${{ github.sha }}"
|
ARTIFACT_NAME: "generate_emu_config-win-${{ github.sha }}"
|
||||||
PACKAGE_ROOT_PATH: "scripts/bin/package"
|
PACKAGE_ROOT_PATH: "script_generate_emu_config/bin/package"
|
||||||
|
|
||||||
THIRD_PARTY_BASE_DIR: 'third-party'
|
THIRD_PARTY_BASE_DIR: 'third-party'
|
||||||
|
|
||||||
@ -43,17 +43,17 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
shell: cmd
|
shell: cmd
|
||||||
working-directory: ${{ github.workspace }}/scripts
|
working-directory: ${{ github.workspace }}/script_generate_emu_config
|
||||||
run: recreate_venv_win.bat
|
run: recreate_venv_win.bat
|
||||||
|
|
||||||
- name: Rebuild
|
- name: Rebuild
|
||||||
shell: cmd
|
shell: cmd
|
||||||
working-directory: ${{ github.workspace }}/scripts
|
working-directory: ${{ github.workspace }}/script_generate_emu_config
|
||||||
run: rebuild_win.bat
|
run: rebuild_win.bat
|
||||||
|
|
||||||
- name: Package build
|
- name: Package build
|
||||||
shell: cmd
|
shell: cmd
|
||||||
working-directory: ${{ github.workspace }}/scripts
|
working-directory: ${{ github.workspace }}/script_generate_emu_config
|
||||||
run: package_win.bat
|
run: package_win.bat
|
||||||
|
|
||||||
- name: Upload build package
|
- name: Upload build package
|
||||||
|
Loading…
x
Reference in New Issue
Block a user