Skip to content

Commit

Permalink
Merge pull request #13 from ElectronicCats/test_github_actions
Browse files Browse the repository at this point in the history
Update Github Actions
  • Loading branch information
sabas1080 authored Nov 6, 2024
2 parents b62d16f + 8e45dd8 commit 58b2d8e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Build with ufbt
uses: flipperdevices/[email protected].3
uses: flipperdevices/[email protected]
id: build-app
with:
# Set to 'release' to build for latest published release version or dev for develop
sdk-index-url: https://up.unleashedflip.com/directory.json
sdk-channel: release
app-dir: ./Canbus_app/
- name: Upload app artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}-${{ steps.build-app.outputs.suffix }}
path: ${{ steps.build-app.outputs.fap-artifacts }}
Binary file modified Canbus_app/dist/canbus_app.fap
Binary file not shown.
Binary file modified Canbus_app/dist/debug/canbus_app_d.elf
Binary file not shown.

0 comments on commit 58b2d8e

Please sign in to comment.