From e64b29479df5a5a7a89bbf39a4c45afd322f5aac Mon Sep 17 00:00:00 2001 From: hizumi <> Date: Thu, 15 Feb 2024 18:56:15 -0600 Subject: [PATCH] Update pack-zgm-pbo-files.yaml --- .gitea/workflows/pack-zgm-pbo-files.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/pack-zgm-pbo-files.yaml b/.gitea/workflows/pack-zgm-pbo-files.yaml index e6cb2bf..fd9ef48 100644 --- a/.gitea/workflows/pack-zgm-pbo-files.yaml +++ b/.gitea/workflows/pack-zgm-pbo-files.yaml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 ref: 'main' token: ${{ secrets.RELEASE_TOKEN }} - path: template + path: missions - name: Get mission list run: | @@ -57,7 +57,7 @@ jobs: - name: Pack PBOs run: | $date = Get-Date -Format "yyyy-MM-dd" - foreach ($file in Get-ChildItem missions) { + foreach ($file in Get-ChildItem zgm-files) { $map = (Get-Item zgm-files\missions\$file).Basename.split('\.')[-1] Copy-Item zgm-files\missions\$file\mission.sqm template\ (Get-Content .\template\mission_settings.hpp).Replace("MISSION AUTHOR","17th Ranger Battalion") | Set-Content .\template\mission_settings.hpp