mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-27 05:04:01 +08:00
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:
|
||||
ARTIFACT_NAME: "generate_emu_config-linux-${{ github.sha }}"
|
||||
PACKAGE_ROOT_PATH: "scripts/bin/package"
|
||||
PACKAGE_ROOT_PATH: "script_generate_emu_config/bin/package"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -30,17 +30,17 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
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
|
||||
|
||||
- name: Rebuild
|
||||
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
|
||||
|
||||
- name: Package build
|
||||
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
|
||||
|
||||
- name: Upload build package
|
||||
|
@ -18,7 +18,7 @@ permissions:
|
||||
|
||||
env:
|
||||
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'
|
||||
|
||||
@ -43,17 +43,17 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
shell: cmd
|
||||
working-directory: ${{ github.workspace }}/scripts
|
||||
working-directory: ${{ github.workspace }}/script_generate_emu_config
|
||||
run: recreate_venv_win.bat
|
||||
|
||||
- name: Rebuild
|
||||
shell: cmd
|
||||
working-directory: ${{ github.workspace }}/scripts
|
||||
working-directory: ${{ github.workspace }}/script_generate_emu_config
|
||||
run: rebuild_win.bat
|
||||
|
||||
- name: Package build
|
||||
shell: cmd
|
||||
working-directory: ${{ github.workspace }}/scripts
|
||||
working-directory: ${{ github.workspace }}/script_generate_emu_config
|
||||
run: package_win.bat
|
||||
|
||||
- name: Upload build package
|
||||
|
Loading…
Reference in New Issue
Block a user