File tree 1 file changed +3
-22
lines changed
1 file changed +3
-22
lines changed Original file line number Diff line number Diff line change @@ -67,37 +67,18 @@ jobs:
67
67
68
68
- uses : actions/upload-artifact@v4
69
69
with :
70
- name : sha256
70
+ name : sha256-${{ strategy.job-index }}
71
71
path : packages/command/bin/${{ matrix.target }}/fluttergen-${{ matrix.artifact_prefix }}.sha256
72
72
73
- # - name: Setup credentials
74
- # if: startsWith(matrix.os, 'ubuntu')
75
- # run: |
76
- # mkdir -p ~/.pub-cache
77
- # cat <<eof > ~/.pub-cache/credentials.json
78
- # {
79
- # "accesstoken":"${{ secrets.CREDENTIALS_ACCESS_TOKEN }}",
80
- # "refreshtoken":"${{ secrets.CREDENTIALS_REFRESH_TOKEN }}",
81
- # "idtoken":"${{ secrets.CREDENTIALS_ID_TOKEN }}",
82
- # "tokenendpoint":"https://accounts.google.com/o/oauth2/token",
83
- # "scopes": [ "openid", "https://www.googleapis.com/auth/userinfo.email" ],
84
- # "expiration": 1664440281637
85
- # }
86
- # eof
87
- #
88
- # - name: Publish to pub.dev
89
- # if: startsWith(matrix.os, 'ubuntu')
90
- # run: |
91
- # melos publish --no-dry-run --yes
92
-
93
73
update :
94
74
name : Update Homebrew tap
95
75
runs-on : ubuntu-latest
96
76
needs : build
97
77
steps :
98
78
99
79
with :
100
- name : sha256
80
+ pattern : sha256-*
81
+ merge-multiple : true
101
82
102
83
# GitHub Apps
103
84
- name : Generate github apps token
You can’t perform that action at this time.
0 commit comments