Skip to content

Commit d6e7687

Browse files
committed
fix a problem in gh workflow.
1 parent b8b44e0 commit d6e7687

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ jobs:
104104
run: |
105105
./mill chisel4ml.assembly
106106
107+
- name: Rename jar
108+
run: |
109+
mv ./out/chisel4ml/assembly.dest/out.jar ./out/chisel4ml/assembly.dest/chisel4ml.jar
110+
107111
- name: Download all the dists
108112
uses: actions/download-artifact@v3
109113
with:
@@ -137,7 +141,6 @@ jobs:
137141
env:
138142
GITHUB_TOKEN: ${{ github.token }}
139143
run: >-
140-
mv ./out/chisel4ml/assembly.dest/out.jar ./out/chisel4ml/assembly.dest/chisel4ml.jar
141144
gh release upload
142145
'${{ github.ref_name }}' ./out/chisel4ml/assembly.dest/chisel4ml.jar
143146
--repo '${{ github.repository }}'

0 commit comments

Comments
 (0)