File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 77
77
MACOS_P12_BASE64 : " ${{ secrets.MACOS_P12_BASE64 }}"
78
78
UPLOAD_ARTIFACT : ' true'
79
79
SIGN_BASE_URL : " ${{ secrets.SIGN_BASE_URL }}"
80
- # STATUS_URL: "${{ secrets.GENURL }}/updategh"
81
80
82
81
jobs :
83
82
generate-bridge :
84
83
uses : ./.github/workflows/bridge.yml
85
84
with :
86
85
version : ${{ fromJson(inputs.extras).version }}
87
86
88
- build-for-macos-flutter :
89
- name : Build macOS
90
- runs-on : ${{ matrix.job.os }}
87
+ build-for-macos :
88
+ name : ${{ matrix.job.target }}
89
+ runs-on : macos-latest
91
90
needs : [generate-bridge]
92
91
strategy :
93
92
fail-fast : false
@@ -119,9 +118,6 @@ jobs:
119
118
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
120
119
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
121
120
122
- - name : Check GITHUB_ENV contents
123
- run : cat $GITHUB_ENV
124
-
125
121
- name : Report Status
126
122
uses : fjogeleit/http-request-action@v1
127
123
with :
You can’t perform that action at this time.
0 commit comments