Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TrixiEther authored Sep 12, 2024
1 parent b72503d commit 95cab76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: ./gradlew :extensions:${{ matrix.package.module }}:assembleRelease

- name: Upload APK - ${{ matrix.package.name }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Dashchan${{ matrix.package.name }}.apk
path: extensions/${{ matrix.package.module }}/build/outputs/apk/release/Dashchan${{ matrix.package.name }}-release.apk
Expand Down

0 comments on commit 95cab76

Please sign in to comment.