diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cb737f5..c49bd1f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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