From 40ee46ea9865402246a55b0800f26b39b97797cd Mon Sep 17 00:00:00 2001 From: hizumi <> Date: Thu, 15 Feb 2024 19:10:48 -0600 Subject: [PATCH] Update pack-zgm-pbo-files.yaml --- .gitea/workflows/pack-zgm-pbo-files.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/pack-zgm-pbo-files.yaml b/.gitea/workflows/pack-zgm-pbo-files.yaml index 7c0f920..4c6673a 100644 --- a/.gitea/workflows/pack-zgm-pbo-files.yaml +++ b/.gitea/workflows/pack-zgm-pbo-files.yaml @@ -25,6 +25,10 @@ jobs: ref: 'main' token: ${{ secrets.RELEASE_TOKEN }} + - name: Get current directory list + run: | + Get-ChildItem + - name: Get mission list run: | Get-ChildItem MissionsForZGM/* @@ -55,7 +59,6 @@ jobs: Remove-Item -Recurse template\aaFrameworkUtils Remove-Item -Recurse template\framework\x Remove-Item -Recurse template\.git* - Remove-Item -Recurse template\.git - name: Checkout missions uses: actions/checkout@v3