Skip to content

Commit

Permalink
ci: configure artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
Ascenio committed Jul 7, 2024
1 parent 0b60f0a commit a22b09a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
- name: Uploads appbundle
uses: actions/upload-artifact@v4
with:
name: appbundle
path: build/app/outputs/bundle/release/app-release.aab

building-ios:
Expand All @@ -96,4 +97,5 @@ jobs:
- name: Uploads ipa
uses: actions/upload-artifact@v4
with:
name: ipa
path: build/ios/archive/Runner.xcarchive/

0 comments on commit a22b09a

Please sign in to comment.