Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed Jan 4, 2022
1 parent 681e532 commit 4e95ca4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,20 @@ jobs:
- name: upload Exchange with Spark 2.2 to snapshot assets
uses: actions/upload-artifact@v2
with:
name: nebula-exchange_spark_2.2-*-SNAPSHOT.jar
name: nebula-exchange_spark_2.2-2.5-SNAPSHOT.jar
path:
nebula-exchange_spark_2.2/target/nebula-exchange_spark_2.2-*-SNAPSHOT.jar
nebula-exchange_spark_2.2/target/nebula-exchange_spark_2.2-2.5-SNAPSHOT.jar

- name: upload Exchange with Spark 2.4 to snapshot assets
uses: actions/upload-artifact@v2
with:
name: nebula-exchange_spark_2.4-*-SNAPSHOT.jar
name: nebula-exchange_spark_2.4-2.5-SNAPSHOT.jar
path:
nebula-exchange_spark_2.4/target/nebula-exchange_spark_2.4-*-SNAPSHOT.jar
nebula-exchange_spark_2.4/target/nebula-exchange_spark_2.4-2.5-SNAPSHOT.jar

- name: upload Exchange with Spark 3.0 to snapshot assets
uses: actions/upload-artifact@v2
with:
name: nebula-exchange_spark_3.0-*-SNAPSHOT.jar
name: nebula-exchange_spark_3.0-2.5-SNAPSHOT.jar
path:
nebula-exchange_spark_3.0/target/nebula-exchange_spark_3.0-*-SNAPSHOT.jar
nebula-exchange_spark_3.0/target/nebula-exchange_spark_3.0-2.5-SNAPSHOT.jar

0 comments on commit 4e95ca4

Please sign in to comment.