File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 7
7
- develop
8
8
9
9
env :
10
- CREDENTIALS_PATH : /Users/runner/hostedtoolcache/.config/dart
10
+ CREDENTIALS_PATH : /Users/runner/hostedtoolcache/flutter/.pub-cache
11
11
12
12
jobs :
13
13
check :
23
23
flutter-version : ' 3.0.3'
24
24
25
25
- run : flutter pub get
26
- - run : mkdir -p $CREDENTIALS_PATH && echo $CREDENTIALS_JSON > $CREDENTIALS_PATH/pub- credentials.json
26
+ - run : mkdir -p $CREDENTIALS_PATH && echo $CREDENTIALS_JSON > $CREDENTIALS_PATH/credentials.json
27
27
28
28
- run : flutter pub publish -n
29
29
- run : ./test_ios.sh
Original file line number Diff line number Diff line change 7
7
8
8
env :
9
9
CREDENTIALS_JSON : ${{secrets.CREDENTIALS_JSON}}
10
- CREDENTIALS_PATH : /Users/runner/hostedtoolcache/.config/dart
10
+ CREDENTIALS_PATH : /Users/runner/hostedtoolcache/flutter/.pub-cache
11
11
12
12
jobs :
13
13
release :
23
23
flutter-version : ' 3.0.3'
24
24
25
25
- run : flutter pub get
26
- - run : mkdir -p $CREDENTIALS_PATH && echo $CREDENTIALS_JSON > $CREDENTIALS_PATH/pub-credentials.json
26
+ - run : mkdir -p $CREDENTIALS_PATH && echo $CREDENTIALS_JSON > $CREDENTIALS_PATH/credentials.json
27
+
28
+ # - name: Setup upterm session
29
+ # uses: lhotari/action-upterm@v1
30
+ # with:
31
+ # limit-access-to-actor: true
32
+ # limit-access-to-users: fylfot
27
33
28
34
- run : flutter pub publish -f
You can’t perform that action at this time.
0 commit comments