Skip to content

Commit 5424b65

Browse files
committed
Update artifacts naming and build command
1 parent 34a925b commit 5424b65

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-prepare.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ jobs:
3535
env:
3636
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_jjava: ${{ github.ref_name }}
3737
run: |
38-
mvn clean verify -U
38+
mvn clean package -DskipTests -U
3939
python -m build
4040
4141
- name: Collect the release distributions
4242
run: |
4343
mkdir -p release/
44-
cp jjava/target/jjava-${{ github.ref_name }}-kernelspec.zip release/
44+
cp jjava-distro/target/jjava-${{ github.ref_name }}-kernelspec.zip release/
4545
cp -r dist/* release/
4646
4747
- name: Store the release distributions

0 commit comments

Comments
 (0)