Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions .github/workflows/github_workflows_build-dot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,24 @@ jobs:
# tar -xf python-3.13-embed.zip -C dotpython
powershell -Command "Expand-Archive -Path 'python-3.13-embed.zip' -DestinationPath 'dotpython'"
- name: Prepare WinPython dot structure
# run: |
# mkdir WinPython-dot-3.13
# move dotpython\* WinPython-dot-3.13\
shell: pwsh
run: |
mkdir WinPython-dot-3.13
move dotpython\* WinPython-dot-3.13\
New-Item -ItemType Directory -Path WinPython-dot-3.13
Get-ChildItem dotpython | Move-Item -Destination WinPython-dot-3.13
# Add more WinPython-specific folders/files here if needed

- name: Zip the result
# run: |
# Compress-Archive -Path WinPython-dot-3.13\* -DestinationPath WinPython-dot-3.13.zip
shell: pwsh
run: |
Compress-Archive -Path WinPython-dot-3.13\* -DestinationPath WinPython-dot-3.13.zip

- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: WinPython-dot-3.13
path: WinPython-dot-3.13.zip
path: WinPython-dot-3.13.zip