Skip to content

Commit

Permalink
Update directories. Fix up build.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyTolene committed Aug 26, 2024
1 parent e85da32 commit d8ce280
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: flipperdevices/[email protected]
id: build-app
with:
app-dir: ./src-fap
app-dir: ./fap
sdk-channel: ${{ matrix.sdk-channel }}
- name: Upload app artifacts
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: flipperdevices/[email protected]
id: build-app
with:
app-dir: ./src-fap
app-dir: ./fap
sdk-channel: dev
- name: Lint sources
uses: flipperdevices/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
/venv
__pycache__
dist/*
src-fap/.gitignore
fap/.gitignore
2 changes: 1 addition & 1 deletion fap/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ sourcecode:
location:
commit_sha: ... # Update this with the latest commit sha
origin: https://github.com/CodyTolene/Flipper-Zero-Development-Toolkit.git
subdir: src-fap
subdir: fap
type: git
version: 1.0

0 comments on commit d8ce280

Please sign in to comment.