Skip to content

Commit

Permalink
[feat] upload to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
aarjaneiro committed Nov 10, 2024
1 parent 58e4fad commit f901fd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ github.event.repository.name }}-${{ steps.build-app.outputs.suffix }}
path: ${{ steps.build-app.outputs.fap-artifacts }}
path: dist/
# You can remove this step if you don't want to check source code formatting
- name: Lint sources
uses: flipperdevices/flipperzero-ufbt-action@v0.1
Expand Down
Empty file added dist/.gitkeep
Empty file.

0 comments on commit f901fd2

Please sign in to comment.