Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Aug 21, 2021
1 parent aff6269 commit a75f2ef
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
java-version: 1.8
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build library with Gradle
run: ./gradlew build --exclude-task test
- name: Build dex-tools with Gradle
run: ./gradlew distZip

Expand Down Expand Up @@ -56,10 +54,3 @@ jobs:
with:
name: dex-tools-2.1-SNAPSHOT
path: dex-tools/build/distributions/dex-tools-2.1-SNAPSHOT.zip

- name: Archive uber-jar
uses: actions/upload-artifact@v2
if: success()
with:
name: d2j-all-2.1-SNAPSHOT-all
path: d2j-all/build/libs/d2j-all-2.1-SNAPSHOT-all.jar

0 comments on commit a75f2ef

Please sign in to comment.