Update conda-pack-windows.yml
This commit is contained in:
parent
244e0dc957
commit
de28c44ff8
|
|
@ -48,7 +48,7 @@ jobs:
|
||||||
cp -r * workspace/ 2>/dev/null || :
|
cp -r * workspace/ 2>/dev/null || :
|
||||||
rm -rf workspace/.git*
|
rm -rf workspace/.git*
|
||||||
mv gpt.tar.gz workspace/
|
mv gpt.tar.gz workspace/
|
||||||
zip -r workspace_with_env.zip workspace/*
|
Compress-Archive -Path "workspace\*" -DestinationPath "workspace_with_env.zip"
|
||||||
|
|
||||||
- name: Upload packed files
|
- name: Upload packed files
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue