mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 11:15:34 +08:00
gen emu config workflow packaging dir (dammit!)
This commit is contained in:
parent
dfc55067e2
commit
851142071d
@ -18,8 +18,8 @@ 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_config/bin/package"
|
||||
SCRIPT_BASE_DIR: "tools/generate_emu_config"
|
||||
PACKAGE_BASE_DIR: "tools/generate_emu_config/bin/package/linux"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -55,7 +55,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "${{ env.ARTIFACT_NAME }}"
|
||||
path: "${{ env.PACKAGE_BASE_DIR }}/linux/"
|
||||
path: "${{ env.PACKAGE_BASE_DIR }}/"
|
||||
if-no-files-found: 'error'
|
||||
compression-level: 9
|
||||
retention-days: 1
|
||||
|
@ -18,8 +18,8 @@ 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_config/bin/package"
|
||||
SCRIPT_BASE_DIR: "tools/generate_emu_config"
|
||||
PACKAGE_BASE_DIR: "tools/generate_emu_config/bin/package/win"
|
||||
|
||||
THIRD_PARTY_BASE_DIR: 'third-party'
|
||||
|
||||
@ -62,7 +62,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "${{ env.ARTIFACT_NAME }}"
|
||||
path: "${{ env.PACKAGE_BASE_DIR }}/win/"
|
||||
path: "${{ env.PACKAGE_BASE_DIR }}/"
|
||||
if-no-files-found: 'error'
|
||||
compression-level: 9
|
||||
retention-days: 1
|
||||
|
Loading…
Reference in New Issue
Block a user