From 6901093bc1e38f5568a8ffb9590ccb424ac1596a Mon Sep 17 00:00:00 2001 From: ZYX Date: Fri, 28 Jun 2024 20:39:11 +0800 Subject: [PATCH] Update pack.yml --- .github/workflows/pack.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index 1c3dfaa..01af70a 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -4,8 +4,6 @@ on: push: branches: - main - tags: - - "v*.*" pull_request: branches: - main @@ -38,6 +36,9 @@ jobs: - name: Move assets to dist directory run: | Copy-Item -Path ".\imgs\" -Destination ".\dist\Auto_Simulated_Universe\imgs\" -Recurse -Force + Copy-Item -Path ".\actions\" -Destination ".\dist\Auto_Simulated_Universe\actions\" -Recurse -Force + Copy-Item -Path ".\info_example.yml" -Destination ".\dist\Auto_Simulated_Universe\" -Force + Copy-Item -Path ".\info_example_old.yml" -Destination ".\dist\Auto_Simulated_Universe\" -Force Copy-Item -Path ".\README.md" -Destination ".\dist\Auto_Simulated_Universe\" -Force - name: Create zip archive