Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 authored May 3, 2024
1 parent dc01fc0 commit 4aaeb8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
RELEASE_TAG: ${{ github.event.release.tag_name }}
GITHUB_EVENT_NAME: ${{ github.event_name }}
- uses: actions/upload-artifact@v4
name: android
with:
path: |
build/app/outputs/apk
Expand Down Expand Up @@ -93,6 +94,7 @@ jobs:
GITHUB_EVENT_NAME: ${{ github.event_name }}
IOS: true
- uses: actions/upload-artifact@v4
name: ios
with:
path: |
build/ios/archive/
Expand Down

0 comments on commit 4aaeb8b

Please sign in to comment.