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 1314e0c commit 03f18b7Copy full SHA for 03f18b7
.github/workflows/ci.yml
@@ -147,6 +147,11 @@ jobs:
147
name: python-linux
148
path: ./artifacts/linux
149
150
+ - name: Zip artifacts
151
+ run: |
152
+ zip -r ./artifacts/python-windows.zip ./artifacts/windows/python-windows
153
+ zip -r ./artifacts/python-linux.zip ./artifacts/linux/python-linux
154
+
155
- name: Set up Node.js
156
uses: actions/setup-node@v3
157
with:
.releaserc
@@ -8,7 +8,8 @@
8
{
9
"path": "@semantic-release/github",
10
"assets": [
11
- "./artifacts/*"
+ "./artifacts/python-linux.zip",
12
+ "./artifacts/python-windows.zip"
13
]
14
}
15
0 commit comments