Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Oct 5, 2023
1 parent 943962c commit 48ca659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
gradle-home-cache-cleanup: true
- run: ./gradlew assembleLawnWithQuickstepRelease
- uses: actions/upload-artifact@v3
if: github.ref == 'refs/heads/release' && github.event_name == 'push'
if: github.ref == 'refs/heads/trunk' && github.event_name == 'push'
with:
name: Release APK
path: |
Expand Down

0 comments on commit 48ca659

Please sign in to comment.