main #33

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

View File

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