Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pixkk authored Sep 26, 2024
1 parent 8d9bd12 commit 4791ff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: android
name: app-release.apk
path: android/app/build/outputs/apk/release/app-release.apk
ios:
name: Build iOS platform
Expand Down Expand Up @@ -113,5 +113,5 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: iOS
name: VueTube.ipa
path: VueTube.ipa

0 comments on commit 4791ff2

Please sign in to comment.