Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
pxb1988 committed Oct 3, 2023
1 parent 9510b74 commit bbad7c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
java-version: '8'
distribution: 'temurin'
cache: 'gradle'
- name: env
run: env
- name: set version
env:
GITHUB_REF_NAME: ${{ vars.GITHUB_REF_NAME }}
run: sed '/^\s*version\s+=.*/version="${GITHUB_REF_NAME}"/' -i build.gradle
- name: Build dex-tools with Gradle
run: ./gradlew check distZip

Expand Down

0 comments on commit bbad7c5

Please sign in to comment.