Skip to content

Commit

Permalink
Fix artifact uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
violet-dev committed Aug 4, 2024
1 parent 88d7136 commit efca62b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/violet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: ipa-build
path: Payload.ipa
path: ./violet/Payload.ipa

android-build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -139,4 +139,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: apk-build
path: ./build/app/outputs/apk/release/app-release.apk
path: ./violet/build/app/outputs/apk/release/app-release.apk

0 comments on commit efca62b

Please sign in to comment.