We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdae244 commit 49e3d5eCopy full SHA for 49e3d5e
.github/workflows/release.yml
@@ -18,8 +18,8 @@ jobs:
18
sudo apt install zip
19
python -m pip install --upgrade pip
20
pip install -r requirements.txt
21
- python build.py --dist build
22
- zip -r umodel_tools.zip build
+ python build.py
+ zip -r umodel_tools.zip umodel_tools
23
24
- name: Create Release
25
run: gh release create ${GITHUB_REF#refs/*/} -t ${GITHUB_REF#refs/*/} umodel_tools.zip --generate-notes
0 commit comments