We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf32b7d commit 919ec79Copy full SHA for 919ec79
.github/workflows/build.yml
@@ -17,6 +17,7 @@ jobs:
17
uses: flipperdevices/flipperzero-ufbt-action@v0.1
18
id: build-standard
19
with:
20
+ app-dir: "."
21
sdk-channel: release
22
23
- name: Rename standard artifact
@@ -27,6 +28,7 @@ jobs:
27
28
29
id: build-unleashed
30
31
32
sdk-index-url: https://up.unleashedflip.com/directory.json
33
34
@@ -39,6 +41,7 @@ jobs:
39
41
40
42
id: build-momentum
43
44
45
sdk-index-url: https://up.momentum-fw.dev/firmware/directory.json
46
47
0 commit comments