Skip to content

Commit

Permalink
ci: update release
Browse files Browse the repository at this point in the history
  • Loading branch information
DivanadiumPentaoxide committed Nov 15, 2024
1 parent c1c077b commit cced5f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: KobeBryantScriptEngine-Python-windows-x64
path: release-win-x64/
path: release-win-x64/KobeBryantScriptEngine-Python/

- name: Download Python313 windows-x64 runtime
uses: actions/download-artifact@v3
Expand All @@ -93,7 +93,7 @@ jobs:
- name: Archive Windows-x64 directory
run: |
cd python-win-x64/
unzip Python313-windows-x64.zip -d ../release-win-x64
unzip Python313-windows-x64.zip -d ../release-win-x64/KobeBryantScriptEngine-Python
cd ..
cd release-win-x64/
zip -r ../KobeBryantScriptEngine-Python-windows-x64.zip *
Expand Down

0 comments on commit cced5f8

Please sign in to comment.