Skip to content

Commit 2cbf55d

Browse files
authored
increase required python version to 3.12
1 parent 0357cfd commit 2cbf55d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python with caching
1818
uses: actions/[email protected]
1919
with:
20-
python-version: '3.10'
20+
python-version: '3.12'
2121
cache: 'pip'
2222

2323
- name: Install dependencies
@@ -35,7 +35,7 @@ jobs:
3535
- name: Prepare distribution package
3636
shell: pwsh
3737
run: |
38-
$targetDir = "dist/DazContentInstaller/Daz"
38+
$targetDir = "dist/DazContentInstaller"
3939
New-Item -Path $targetDir -ItemType Directory -Force
4040
Copy-Item config.ini -Destination $targetDir/
4141
Move-Item dist/DazContentInstaller.exe -Destination $targetDir/

0 commit comments

Comments
 (0)