We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9baeaf + ccb4084 commit ddd75bdCopy full SHA for ddd75bd
.github/workflows/python-app.yml
@@ -81,7 +81,8 @@ jobs:
81
- name: Package
82
run: |
83
Compress-Archive -Path StarRailAssistant\* -DestinationPath StarRailAssistant_${{ env.version }}.zip
84
- Copy-Item -Path StarRailAssistant\* -Destination setup\SRA -Force
+ New-Item -ItemType Directory -Path setup\SRA -Force
85
+ Copy-Item -Path StarRailAssistant\* -Destination setup\SRA -Force -Recurse
86
- name: Build Installer
87
88
New-Item -ItemType Directory -Path setup\output -Force
0 commit comments