Update .gitea/workflows/ci.yml
This commit is contained in:
@@ -23,7 +23,7 @@ env:
|
|||||||
DANSER_SCREENSHOT_DIR: "/app/danser/screenshots"
|
DANSER_SCREENSHOT_DIR: "/app/danser/screenshots"
|
||||||
SKINS_DIR: "${{ github.workspace }}/Skins"
|
SKINS_DIR: "${{ github.workspace }}/Skins"
|
||||||
DANSER_SKINS_DIR: "/app/danser/skins"
|
DANSER_SKINS_DIR: "/app/danser/skins"
|
||||||
DEFAULT_SKIN_DIR: "${{ github.workspace }}/src/default-skin"
|
DEFAULT_SKIN_DIR: "/app/danser/skins/default-skin"
|
||||||
REPO_SCREENSHOT_DIR: "${{ github.workspace }}/media/gameplay"
|
REPO_SCREENSHOT_DIR: "${{ github.workspace }}/media/gameplay"
|
||||||
REPO_MOD_ICONS_DIR: "${{ github.workspace }}/media/icons"
|
REPO_MOD_ICONS_DIR: "${{ github.workspace }}/media/icons"
|
||||||
REPO_RANKING_PANEL_DIR: "${{ github.workspace }}/media/panel"
|
REPO_RANKING_PANEL_DIR: "${{ github.workspace }}/media/panel"
|
||||||
@@ -890,6 +890,7 @@ jobs:
|
|||||||
|
|
||||||
[ -f how-to-use.md ] && rm -f how-to-use.md
|
[ -f how-to-use.md ] && rm -f how-to-use.md
|
||||||
[ -f src/replay.osr ] && rm -f src/replay.osr
|
[ -f src/replay.osr ] && rm -f src/replay.osr
|
||||||
|
[ -d src/default-skin ] && rm -rf src/default-skin
|
||||||
|
|
||||||
readarray -t skins <<< "$ALL_SKINS_DIR"
|
readarray -t skins <<< "$ALL_SKINS_DIR"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user