forked from shaytan/rdgen
macos stuff
This commit is contained in:
10
.github/workflows/generator-macos.yml
vendored
10
.github/workflows/generator-macos.yml
vendored
@@ -77,7 +77,6 @@ env:
|
|||||||
MACOS_P12_BASE64: "${{ secrets.MACOS_P12_BASE64 }}"
|
MACOS_P12_BASE64: "${{ secrets.MACOS_P12_BASE64 }}"
|
||||||
UPLOAD_ARTIFACT: 'true'
|
UPLOAD_ARTIFACT: 'true'
|
||||||
SIGN_BASE_URL: "${{ secrets.SIGN_BASE_URL }}"
|
SIGN_BASE_URL: "${{ secrets.SIGN_BASE_URL }}"
|
||||||
#STATUS_URL: "${{ secrets.GENURL }}/updategh"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
generate-bridge:
|
generate-bridge:
|
||||||
@@ -85,9 +84,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: ${{ fromJson(inputs.extras).version }}
|
version: ${{ fromJson(inputs.extras).version }}
|
||||||
|
|
||||||
build-for-macos-flutter:
|
build-for-macos:
|
||||||
name: Build macOS
|
name: ${{ matrix.job.target }}
|
||||||
runs-on: ${{ matrix.job.os }}
|
runs-on: macos-latest
|
||||||
needs: [generate-bridge]
|
needs: [generate-bridge]
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@@ -119,9 +118,6 @@ jobs:
|
|||||||
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
|
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
|
||||||
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
|
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
|
||||||
|
|
||||||
- name: Check GITHUB_ENV contents
|
|
||||||
run: cat $GITHUB_ENV
|
|
||||||
|
|
||||||
- name: Report Status
|
- name: Report Status
|
||||||
uses: fjogeleit/http-request-action@v1
|
uses: fjogeleit/http-request-action@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user