Skip to content

Commit

Permalink
[fix] path
Browse files Browse the repository at this point in the history
  • Loading branch information
aarjaneiro committed Nov 10, 2024
1 parent 1e4ffb7 commit 984120b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
sdk-channel: release
- name: Upload app artifacts
uses: actions/upload-artifact@v4
id: upload-artifact
with:
name: ${{ github.event.repository.name }}-${{ steps.build-app.outputs.suffix }}
path: dist/
path: dist/${{ steps.upload-artifact.inputs.name }}
# 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

0 comments on commit 984120b

Please sign in to comment.