We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a3c06d commit 628fc98Copy full SHA for 628fc98
1 file changed
.github/workflows/java-ci.yml
@@ -48,6 +48,7 @@ jobs:
48
with:
49
name: sdmx-jar
50
path: JAVA/dist/lib/SDMX.jar
51
+ archive: false
52
overwrite: true
53
if-no-files-found: error
54
@@ -56,6 +57,7 @@ jobs:
56
57
58
name: statasdmx
59
path: JAVA/dist/statasdmx.tar.gz
60
61
62
63
@@ -64,6 +66,7 @@ jobs:
64
66
65
67
name: excelsdmx
68
path: JAVA/dist/excelsdmx.tar.gz
69
70
71
72
@@ -72,5 +75,6 @@ jobs:
75
73
76
name: sassdmx
74
77
path: JAVA/dist/sassdmx.tar.gz
78
79
80
0 commit comments