Skip to content

Commit

Permalink
fix naming in action
Browse files Browse the repository at this point in the history
  • Loading branch information
mentoster2 committed Mar 24, 2024
1 parent 6524c0a commit f97afdc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
with:
sdk-channel: release

- name: Rename standard a artifact
- name: Rename standard artifact
run: |
mv "${{ steps.build-unleashed.outputs.fap-artifacts }}" flipper_hero.fap
mv "${{ steps.build-standard.outputs.fap-artifacts }}" flipper_hero.fap
- name: Build with ufbt for Flipper Unleashed
uses: flipperdevices/[email protected]
id: build-unleashed
Expand Down

0 comments on commit f97afdc

Please sign in to comment.