Skip to content

Commit 919ec79

Browse files
author
Дмитрий Макаров
committed
try to fix building
1 parent bf32b7d commit 919ec79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: flipperdevices/flipperzero-ufbt-action@v0.1
1818
id: build-standard
1919
with:
20+
app-dir: "."
2021
sdk-channel: release
2122

2223
- name: Rename standard artifact
@@ -27,6 +28,7 @@ jobs:
2728
uses: flipperdevices/flipperzero-ufbt-action@v0.1
2829
id: build-unleashed
2930
with:
31+
app-dir: "."
3032
sdk-index-url: https://up.unleashedflip.com/directory.json
3133
sdk-channel: release
3234

@@ -39,6 +41,7 @@ jobs:
3941
uses: flipperdevices/flipperzero-ufbt-action@v0.1
4042
id: build-momentum
4143
with:
44+
app-dir: "."
4245
sdk-index-url: https://up.momentum-fw.dev/firmware/directory.json
4346
sdk-channel: release
4447

0 commit comments

Comments
 (0)