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