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 b8b44e0 commit d6e7687Copy full SHA for d6e7687
.github/workflows/publish-to-pypi.yml
@@ -104,6 +104,10 @@ jobs:
104
run: |
105
./mill chisel4ml.assembly
106
107
+ - name: Rename jar
108
+ run: |
109
+ mv ./out/chisel4ml/assembly.dest/out.jar ./out/chisel4ml/assembly.dest/chisel4ml.jar
110
+
111
- name: Download all the dists
112
uses: actions/download-artifact@v3
113
with:
@@ -137,7 +141,6 @@ jobs:
137
141
env:
138
142
GITHUB_TOKEN: ${{ github.token }}
139
143
run: >-
140
- mv ./out/chisel4ml/assembly.dest/out.jar ./out/chisel4ml/assembly.dest/chisel4ml.jar
144
gh release upload
145
'${{ github.ref_name }}' ./out/chisel4ml/assembly.dest/chisel4ml.jar
146
--repo '${{ github.repository }}'
0 commit comments