Skip to content

Commit 628fc98

Browse files
authored
Remove archive option from artifact uploads
1 parent 9a3c06d commit 628fc98

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/java-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
with:
4949
name: sdmx-jar
5050
path: JAVA/dist/lib/SDMX.jar
51+
archive: false
5152
overwrite: true
5253
if-no-files-found: error
5354

@@ -56,6 +57,7 @@ jobs:
5657
with:
5758
name: statasdmx
5859
path: JAVA/dist/statasdmx.tar.gz
60+
archive: false
5961
overwrite: true
6062
if-no-files-found: error
6163

@@ -64,6 +66,7 @@ jobs:
6466
with:
6567
name: excelsdmx
6668
path: JAVA/dist/excelsdmx.tar.gz
69+
archive: false
6770
overwrite: true
6871
if-no-files-found: error
6972

@@ -72,5 +75,6 @@ jobs:
7275
with:
7376
name: sassdmx
7477
path: JAVA/dist/sassdmx.tar.gz
78+
archive: false
7579
overwrite: true
7680
if-no-files-found: error

0 commit comments

Comments
 (0)