File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v4
1717 with :
1818 fetch-depth : 5
19- - uses : subosito/flutter-action@v2
20- with :
21- channel : " stable"
22- flutter-version : ${{env.FLUTTER_VERSION}}
2319 - run : echo ${{ secrets.API_KEY }} > secrets.txt
24- - run : sudo apt update
25- - run : sudo apt install -y clang cmake curl libgtk-3-dev ninja-build pkg-config unzip libunwind-dev libsecret-1-dev
26- - run : flutter pub get
2720 - uses : snapcore/action-build@v1
2821 id : build
2922 - uses : snapcore/action-publish@v1
4033 - uses : actions/checkout@v4
4134 with :
4235 fetch-depth : 5
43- - uses : subosito/flutter-action@v2
44- with :
45- channel : " main"
46- flutter-version : ${{env.FLUTTER_VERSION}}
4736 - run : echo ${{ secrets.API_KEY }} > secrets.txt
48- - run : sudo apt update
49- - run : sudo apt install -y clang cmake curl libgtk-3-dev ninja-build pkg-config unzip libunwind-dev libsecret-1-dev
50- - run : flutter pub get
5137 - uses : snapcore/action-build@v1
5238 id : build
5339 - uses : snapcore/action-publish@v1
You can’t perform that action at this time.
0 commit comments