Skip to content

Commit

Permalink
Revert changes made to main flow.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlazo committed May 28, 2021
1 parent 99698a1 commit fbfb4cf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,3 @@ jobs:
- name: Perform a Gradle build
run: ./gradlew build
working-directory: ./${{ matrix.project-dir }}
- name: Upload generated artifacts
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.project-dir }}
path: ./${{ matrix.project-dir }}/build/libs
retention-days: 5

0 comments on commit fbfb4cf

Please sign in to comment.