This repository was archived by the owner on Dec 8, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -194,26 +194,6 @@ jobs:
194194 run : |
195195 cd ${{ github.workspace }}\iotdb
196196 mvn package -P compile-grafana-plugin -pl grafana-plugin -am -DskipTests
197- - name : Upload apache-iotdb-${{ steps.iotdb-info.outputs.version }}-grafana-plugin-bin.zip
198- if : ${{ matrix.os == 'windows-2022' && matrix.iotdb_version != 'rel/0.12' && matrix.java_version == '8' }}
199- uses : actions/upload-release-asset@v1
200- env :
201- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
202- with :
203- upload_url : ${{ needs.create-release-java8.outputs.upload_url }}
204- asset_path : ${{ github.workspace }}/iotdb/distribution/target/apache-iotdb-${{ steps.iotdb-info.outputs.version }}-grafana-plugin-bin.zip
205- asset_name : apache-iotdb-${{ steps.iotdb-info.outputs.version }}-grafana-plugin-bin-${{ steps.iotdb-info.outputs.commit }}.zip
206- asset_content_type : application/zip
207- - name : Upload apache-iotdb-${{ steps.iotdb-info.outputs.version }}-grafana-plugin-bin.zip
208- if : ${{ matrix.iotdb_version != 'rel/0.12' && matrix.java_version == '11' }}
209- uses : actions/upload-release-asset@v1
210- env :
211- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
212- with :
213- upload_url : ${{ needs.create-release-java11.outputs.upload_url }}
214- asset_path : ${{ github.workspace }}/iotdb/distribution/target/apache-iotdb-${{ steps.iotdb-info.outputs.version }}-grafana-plugin-bin.zip
215- asset_name : apache-iotdb-${{ steps.iotdb-info.outputs.version }}-grafana-plugin-bin-${{ steps.iotdb-info.outputs.commit }}.zip
216- asset_content_type : application/zip
217197# --------
218198 build-in-linux :
219199 needs : [ collect,create-release-java8,create-release-java11 ]
You can’t perform that action at this time.
0 commit comments