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