main #33

Merged
hizumi merged 17 commits from main into develop 2024-02-22 23:16:25 -06:00
Showing only changes of commit e64b29479d - Show all commits

View File

@@ -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