Skip to content

Commit

Permalink
fix: apk path of the x86_64 architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee authored Sep 2, 2023
1 parent fa411df commit f9d30a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
- name: Upload Artifact - x86
uses: actions/upload-artifact@v3
with:
path: "build/app/outputs/flutter-apk/app-x86-release.apk"
name: Miru-pr-${{ github.event.pull_request.number }-x86.apk
path: "build/app/outputs/flutter-apk/app-x86_64-release.apk"
name: Miru-pr-${{ github.event.pull_request.number }-x86_64.apk

build-and-release-windows:
runs-on: windows-latest
Expand Down

0 comments on commit f9d30a8

Please sign in to comment.