github workflow: don't build twice

This commit is contained in:
Bixilon 2022-10-17 23:49:33 +02:00
parent b32550d211
commit 7165692bde
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -39,10 +39,6 @@ jobs:
path: ~/.gradle/wrapper
key: ${{ matrix.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
- name: Build
uses: gradle/gradle-build-action@v2
with:
arguments: assemble
- name: Build
uses: gradle/gradle-build-action@v2
with: