diff options
author | Thomas <> | 2021-03-25 17:18:36 +0100 |
---|---|---|
committer | Thomas <> | 2021-03-25 17:18:36 +0100 |
commit | f74283e748040757b8c988631f600f7352d9877e (patch) | |
tree | 7ef4338d2599341dd2e55163e609b18cb9cb7c58 /moaSig/moa-asic | |
parent | 44a005e0e68e882a50d9bc061ca8daef4d84efa0 (diff) | |
download | moa-sig-f74283e748040757b8c988631f600f7352d9877e.tar.gz moa-sig-f74283e748040757b8c988631f600f7352d9877e.tar.bz2 moa-sig-f74283e748040757b8c988631f600f7352d9877e.zip |
some more GitLab CI updates
Diffstat (limited to 'moaSig/moa-asic')
-rw-r--r-- | moaSig/moa-asic/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/moaSig/moa-asic/build.gradle b/moaSig/moa-asic/build.gradle index 3ef15cb..a11f6ca 100644 --- a/moaSig/moa-asic/build.gradle +++ b/moaSig/moa-asic/build.gradle @@ -52,8 +52,8 @@ task jaxb () { task releases(type: Copy) { //from jar.outputs - //from distZip.outputs - from distTar.outputs + from distZip.outputs + //from distTar.outputs into rootDir.toString() + "/releases/" + version } |