Skip to content

Commit

Permalink
chore: update build-bundle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanCapistrano authored Feb 13, 2024
1 parent 4092544 commit c890105
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions .github/workflows/build-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,23 @@ jobs:
- name: Getting soft-iot-node-type dependency
uses: wei/wget@v1
with:
args: https://github.com/AllanCapistrano/soft-iot-node-type/releases/download/v1.2.0/soft-iot-node-type-1.0-SNAPSHOT.jar
args: https://github.com/AllanCapistrano/soft-iot-node-type/releases/download/v1.3.0/soft-iot-node-type-1.0-SNAPSHOT.jar

- name: Getting SOFT-IoT-DLT-Client-Tangle-Hornet dependency
uses: wei/wget@v1
with:
args: https://github.com/AllanCapistrano/soft-iot-dlt-client-tangle-hornet/releases/download/v1.3.0/soft-iot-dlt-client-tangle-hornet-1.0-SNAPSHOT.jar
args: https://github.com/AllanCapistrano/soft-iot-dlt-client-tangle-hornet/releases/download/v1.4.0/soft-iot-dlt-client-tangle-hornet-1.0-SNAPSHOT.jar

- name: Getting SOFT-IoT-Python-to-Java dependency
uses: wei/wget@v1
with:
args: https://github.com/AllanCapistrano/soft-iot-python-to-java/releases/download/v1.1.1/soft-iot-python-to-java-1.0-SNAPSHOT.jar

- name: Getting SOFT-IoT-Write-CSV dependency
uses: wei/wget@v1
with:
args: https://github.com/larsid/soft-iot-write-csv/releases/download/v1.0.0/soft-iot-write-csv-1.0-SNAPSHOT.jar

- 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

Expand All @@ -47,7 +57,13 @@ jobs:

- name: Installing SOFT-IoT-DLT-Client-Tangle-Hornet
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-Python-to-Java
run: mvn install:install-file -Dfile=./soft-iot-python-to-java-1.0-SNAPSHOT.jar -DgroupId=br.uefs.larsid.iot.soft -DartifactId=soft-iot-python-to-java -Dversion=1.0-SNAPSHOT -Dpackaging=jar

- name: Installing SOFT-IoT-Write-CSV
run: mvn install:install-file -Dfile=./soft-iot-write-csv-1.0-SNAPSHOT.jar -DgroupId=br.uefs.larsid.iot.soft -DartifactId=soft-iot-write-csv -Dversion=1.0-SNAPSHOT -Dpackaging=jar

- name: Building the bundle
run: mvn clean install

Expand All @@ -57,4 +73,4 @@ jobs:
repo_token: "${{ secrets.BUILD_BUNDLE_TOKEN }}"
prerelease: false
files: |
target/*.jar
target/*.jar

0 comments on commit c890105

Please sign in to comment.