Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sk7725 authored Feb 12, 2021
1 parent 3d558ab commit 409d457
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,8 @@ jobs:
- name: Build with Gradle
run: ./gradlew buildDex

- name: Upload a Build Artifact (normal)
- name: Upload Build Artifact
uses: actions/upload-artifact@v2.2.1
with:
name: normal
path: build/libs/[!dexed-]*.jar

- name: Upload a Build Artifact (dexed)
uses: actions/upload-artifact@v2.2.1
with:
name: dexed
path: build/libs/dexed-*.jar
name: artifact
path: build/libs/[!raw-]*.jar

0 comments on commit 409d457

Please sign in to comment.