Skip to content

Commit

Permalink
chore: update build-bundle action
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanCapistrano committed Oct 19, 2023
1 parent 01d2adf commit 889199e
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/build-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 889199e

Please sign in to comment.