feat: update workflows to use refilc instead of filcnaplo

This commit is contained in:
pml68
2024-02-28 23:36:32 +01:00
parent cc4c3851fb
commit 299f037cce
2 changed files with 7 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ jobs:
# Build and sign the ipa using a single flutter command
- name: Building IPA
working-directory: filcnaplo
working-directory: refilc
run: bash build-ipa.sh
# Collect the file and upload as artifact
@@ -55,7 +55,7 @@ jobs:
with:
name: release-ipa
# Path to the release files
path: filcnaplo/build/ios/ipa/*.ipa
path: refilc/build/ios/ipa/*.ipa
# Important! Cleanup: remove the certificate and provisioning profile from the runner!
- name: Clean up keychain and provisioning profile