We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be0d58 commit 5904692Copy full SHA for 5904692
bin/bundle-source.sh
@@ -1,2 +1,3 @@
1
-git archive --format=zip HEAD > eb-java-scorekeep-xray-gettingstarted-v1.zip
2
-unzip -l eb-java-scorekeep-xray-gettingstarted-v1.zip
+#!/bin/bash
+git archive --format=zip HEAD > eb-java-scorekeep-xray-v2.zip
3
+unzip -l eb-java-scorekeep-xray-v2.zip
0 commit comments