From 1adb89f1d45b6bcbee40f3968095274a5177c3bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=AD=A3=E6=98=8E?= <876670773@qq.com> Date: Fri, 26 Apr 2024 17:20:23 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3f7735470..221c459a5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -75,7 +75,7 @@ jobs: id: compile-benchmark run: | cd ${{ github.workspace }}/iot-benchmark - mvn clean package -am -pl core,influxdb,influxdb-2.0,tdengine,timescaledb,iotdb-1.0,iotdb-1.1,iotdb-0.13,iotdb-0.12 -DskipTests + mvn clean package -am -pl core,influxdb,influxdb-2.0,tdengine,timescaledb,iotdb-1.0,iotdb-1.1,iotdb-0.13,iotdb-0.12,iotdb-1.3 -DskipTests # get time - name: collect common info shell: bash @@ -138,6 +138,16 @@ jobs: asset_path: ${{ github.workspace }}/iot-benchmark/iotdb-1.1/target/iot-benchmark-iotdb-1.1.zip asset_name: benchmark-iotdb-1.1-java${{ matrix.java_version }}.zip asset_content_type: application/zip + #---1.3 + - name: Upload benchmark-iotdb-1.3 + uses: actions/upload-release-asset@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + upload_url: ${{ steps.create-release.outputs.upload_url }} + asset_path: ${{ github.workspace }}/iot-benchmark/iotdb-1.3/target/iot-benchmark-iotdb-1.3.zip + asset_name: benchmark-iotdb-1.3-java${{ matrix.java_version }}.zip + asset_content_type: application/zip #---influxdb - name: Upload benchmark-influxdb uses: actions/upload-release-asset@v1