Skip to content

Commit d8ce280

Browse files
committed
Update directories. Fix up build.
1 parent e85da32 commit d8ce280

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: flipperdevices/flipperzero-ufbt-action@v0.1.2
2828
id: build-app
2929
with:
30-
app-dir: ./src-fap
30+
app-dir: ./fap
3131
sdk-channel: ${{ matrix.sdk-channel }}
3232
- name: Upload app artifacts
3333
uses: actions/upload-artifact@v3

.github/workflows/lint-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: flipperdevices/flipperzero-ufbt-action@v0.1.2
1414
id: build-app
1515
with:
16-
app-dir: ./src-fap
16+
app-dir: ./fap
1717
sdk-channel: dev
1818
- name: Lint sources
1919
uses: flipperdevices/flipperzero-ufbt-action@v0.1.2

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
/venv
88
__pycache__
99
dist/*
10-
src-fap/.gitignore
10+
fap/.gitignore

fap/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ sourcecode:
1414
location:
1515
commit_sha: ... # Update this with the latest commit sha
1616
origin: https://github.com/CodyTolene/Flipper-Zero-Development-Toolkit.git
17-
subdir: src-fap
17+
subdir: fap
1818
type: git
1919
version: 1.0

0 commit comments

Comments
 (0)