We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0357cfd commit 2cbf55dCopy full SHA for 2cbf55d
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Python with caching
18
uses: actions/[email protected]
19
with:
20
- python-version: '3.10'
+ python-version: '3.12'
21
cache: 'pip'
22
23
- name: Install dependencies
@@ -35,7 +35,7 @@ jobs:
35
- name: Prepare distribution package
36
shell: pwsh
37
run: |
38
- $targetDir = "dist/DazContentInstaller/Daz"
+ $targetDir = "dist/DazContentInstaller"
39
New-Item -Path $targetDir -ItemType Directory -Force
40
Copy-Item config.ini -Destination $targetDir/
41
Move-Item dist/DazContentInstaller.exe -Destination $targetDir/
0 commit comments