Skip to content

Commit

Permalink
Update pack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CHNZYX authored Jun 28, 2024
1 parent 4dea60a commit 6901093
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- main
tags:
- "v*.*"
pull_request:
branches:
- main
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6901093

Please sign in to comment.