Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilithy authored Dec 19, 2022
1 parent 9bce00c commit 00aa4c4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,11 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Build library
run: ./gradlew UrlChecker:assembleRelease

# - name: Save library to artifacts
# uses: actions/upload-artifact@v2
# with:
# path: UrlChecker/build/outputs/aar/*

- name: Build App
run: ./gradlew app:assembleRelease

# - name: Save application to artifacts
# uses: actions/upload-artifact@v3
# with:
Expand Down

0 comments on commit 00aa4c4

Please sign in to comment.