This commit is contained in:
Hiddify
2024-03-11 20:03:33 +01:00
parent 91d73c6866
commit 17105ca6ad

View File

@@ -36,15 +36,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2.12.0 #issue with 2.13
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
channel: 'stable'
cache: true
- name: Prepare
run: make linux-prepare
- name: Test
run: flutter test
# - uses: subosito/flutter-action@v2.12.0 #issue with 2.13
# with:
# flutter-version: ${{ env.FLUTTER_VERSION }}
# channel: 'stable'
# cache: true
# - name: Prepare
# run: make linux-prepare
# - name: Test
# run: flutter test
- name: make draftBuildCode
id: draftBuildCode
@@ -141,8 +141,8 @@ jobs:
if: ${{ inputs.upload-artifact && startsWith(matrix.os,'macos') }}
uses: apple-actions/import-codesign-certs@v2
with:
p12-file-base64: ${{ secrets.APPLE_CERTIFICATES_P12 }}
p12-password: ${{ secrets.APPLE_CERTIFICATES_P12_PASSWORD }}
p12-file-base64: "${{ secrets.APPLE_CERTIFICATE_P12 }}"
p12-password: "${{ secrets.APPLE_CERTIFICATE_P12_PASSWORD }}"
- name: Download Provisioning Profile
if: ${{ inputs.upload-artifact && startsWith(matrix.os,'macos') }}
uses: Apple-Actions/download-provisioning-profiles@v1