diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e9f46b72..a8aaeef1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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