From 889199e89f3929d1c508852413931006f02c7e75 Mon Sep 17 00:00:00 2001 From: AllanCapistrano Date: Thu, 19 Oct 2023 09:10:40 -0300 Subject: [PATCH] chore: update build-bundle action --- .github/workflows/build-bundle.yml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build-bundle.yml b/.github/workflows/build-bundle.yml index f9d36eb..45107b7 100644 --- a/.github/workflows/build-bundle.yml +++ b/.github/workflows/build-bundle.yml @@ -29,24 +29,16 @@ jobs: with: args: https://github.com/larsid/soft-iot-mapping-devices/releases/download/v1.0.0/soft-iot-mapping-devices-1.0-SNAPSHOT.jar - - name: Getting SOFT-IoT-DLT-Client-Tangle-Hornet dependency + - name: Getting soft-iot-node-type dependency uses: wei/wget@v1 with: - args: https://github.com/AllanCapistrano/soft-iot-dlt-client-tangle-hornet/releases/download/v1.1.0/soft-iot-dlt-client-tangle-hornet-1.0-SNAPSHOT.jar + args: https://github.com/AllanCapistrano/soft-iot-node-type/releases/download/v1.0.0/soft-iot-node-type-1.0-SNAPSHOT.jar - - name: Getting SOFT-IoT-DLT-ID-Manager dependency - uses: wei/wget@v1 - with: - args: https://github.com/larsid/soft-iot-dlt-id-manager/releases/download/v1.1.0/SOFT-IoT-DLT-ID-Manager-1.0-SNAPSHOT.jar - - - name: Installing soft-iot-mapping-devices + - name: Installing soft-iot-mapping-devices run: mvn install:install-file -Dfile=./soft-iot-mapping-devices-1.0-SNAPSHOT.jar -DgroupId=io.github.larsid -DartifactId=soft-iot-mapping-devices -Dversion=1.0-SNAPSHOT -Dpackaging=jar - - name: Installing SOFT-IoT-DLT-Client-Tangle - run: mvn install:install-file -Dfile=./soft-iot-dlt-client-tangle-hornet-1.0-SNAPSHOT.jar -DgroupId=br.uefs.larsid.iot.soft -DartifactId=soft-iot-dlt-client-tangle-hornet -Dversion=1.0-SNAPSHOT -Dpackaging=jar - - - name: Installing SOFT-IoT-DLT-ID-Manager - run: mvn install:install-file -Dfile=./SOFT-IoT-DLT-ID-Manager-1.0-SNAPSHOT.jar -DgroupId=io.github.larsid -DartifactId=SOFT-IoT-DLT-ID-Manager -Dversion=1.0-SNAPSHOT -Dpackaging=jar + - name: Installing soft-iot-node-type + run: mvn install:install-file -Dfile=./soft-iot-node-type-1.0-SNAPSHOT.jar -DgroupId=br.uefs.larsid.iot.soft -DartifactId=soft-iot-node-type -Dversion=1.0-SNAPSHOT -Dpackaging=jar - name: Building the bundle run: mvn clean install