feat: update workflows to use refilc instead of filcnaplo
This commit is contained in:
parent
cc4c3851fb
commit
299f037cce
10
.github/workflows/android.yml
vendored
10
.github/workflows/android.yml
vendored
@ -15,10 +15,10 @@ jobs:
|
|||||||
encodedString: ${{ secrets.KEYSTORE_BASE64 }}
|
encodedString: ${{ secrets.KEYSTORE_BASE64 }}
|
||||||
- name: Create key.properties
|
- name: Create key.properties
|
||||||
run: |
|
run: |
|
||||||
echo "storeFile=${{ steps.android_keystore.outputs.filePath }}" > filcnaplo/android/key.properties
|
echo "storeFile=${{ steps.android_keystore.outputs.filePath }}" > refilc/android/key.properties
|
||||||
echo "storePassword=${{ secrets.STORE_PASSWORD }}" >> filcnaplo/android/key.properties
|
echo "storePassword=${{ secrets.STORE_PASSWORD }}" >> refilc/android/key.properties
|
||||||
echo "keyPassword=${{ secrets.KEY_PASSWORD }}" >> filcnaplo/android/key.properties
|
echo "keyPassword=${{ secrets.KEY_PASSWORD }}" >> refilc/android/key.properties
|
||||||
echo "keyAlias=${{ secrets.KEY_ALIAS }}" >> filcnaplo/android/key.properties
|
echo "keyAlias=${{ secrets.KEY_ALIAS }}" >> refilc/android/key.properties
|
||||||
- uses: actions/setup-java@v3
|
- uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
distribution: "zulu"
|
distribution: "zulu"
|
||||||
@ -32,7 +32,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: ./fix-pub.sh
|
run: ./fix-pub.sh
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cd filcnaplo && ./build.sh
|
run: cd refilc && ./build.sh
|
||||||
- name: Upload Android Release
|
- name: Upload Android Release
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
4
.github/workflows/ios.yml
vendored
4
.github/workflows/ios.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
|||||||
|
|
||||||
# Build and sign the ipa using a single flutter command
|
# Build and sign the ipa using a single flutter command
|
||||||
- name: Building IPA
|
- name: Building IPA
|
||||||
working-directory: filcnaplo
|
working-directory: refilc
|
||||||
run: bash build-ipa.sh
|
run: bash build-ipa.sh
|
||||||
|
|
||||||
# Collect the file and upload as artifact
|
# Collect the file and upload as artifact
|
||||||
@ -55,7 +55,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: release-ipa
|
name: release-ipa
|
||||||
# Path to the release files
|
# 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!
|
# Important! Cleanup: remove the certificate and provisioning profile from the runner!
|
||||||
- name: Clean up keychain and provisioning profile
|
- name: Clean up keychain and provisioning profile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user