Skip to content

Commit

Permalink
migrate jenkins ci to GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pmallampati-sift committed Jun 26, 2024
1 parent 951c323 commit 2f5f420
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,7 @@ jobs:
path: /home/runner/work/sift-java/sift-java/

- name: Build with Gradle Wrapper
run: |
run: |
PROP_VALUE=`./gradlew properties -q | grep "version:" | awk '{print \$2}'`
echo $PROP_VALUE
unzip -j ../build/distributions/sift-java-$PROP_VALUE.zip -d app/libs/

0 comments on commit 2f5f420

Please sign in to comment.