File tree 1 file changed +18
-9
lines changed
1 file changed +18
-9
lines changed Original file line number Diff line number Diff line change @@ -3,25 +3,34 @@ on: [push, pull_request]
3
3
jobs :
4
4
ufbt-build-action :
5
5
runs-on : ubuntu-latest
6
- name : ' ufbt: Build for Dev branch'
6
+ name : ' ufbt: Build for Release branch'
7
7
steps :
8
8
- name : Checkout
9
9
uses : actions/checkout@v3
10
+
11
+ - name : Setup ufbt
12
+ uses : flipperdevices/flipperzero-ufbt-action@v0.1.2
13
+ with :
14
+ task : setup
15
+ sdk-channel : release
16
+
10
17
- name : Build with ufbt
11
18
uses : flipperdevices/flipperzero-ufbt-action@v0.1.2
12
19
id : build-app
13
20
with :
14
- # Set to 'release' to build for latest published release version
21
+ skip-setup : true
15
22
sdk-channel : release
23
+
16
24
- name : Upload app artifacts
17
25
uses : actions/upload-artifact@v3
18
26
with :
19
27
name : ${{ github.event.repository.name }}-${{ steps.build-app.outputs.suffix }}
20
28
path : ${{ steps.build-app.outputs.fap-artifacts }}
21
- # You can remove this step if you don't want to check source code formatting
22
- - name : Lint sources
23
- uses : flipperdevices/flipperzero-ufbt-action@v0.1.2
24
- with :
25
- # skip SDK setup, we already did it in previous step
26
- skip-setup : true
27
- task : lint
29
+
30
+ # # You can remove this step if you don't want to check source code formatting
31
+ # - name: Lint sources
32
+ # uses: flipperdevices/flipperzero-ufbt-action@v0.1.2
33
+ # with:
34
+ # # skip SDK setup, we already did it in previous step
35
+ # skip-setup: true
36
+ # task: lint
You can’t perform that action at this time.
0 commit comments