Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xtruan committed Jul 13, 2023
1 parent 672da2c commit af00006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
uses: dawidd6/action-get-tag@v1
with:
strip_v: false
- name: Publish flip-chess
- name: Publish flipper-chess
uses: softprops/action-gh-release@v1
with:
files: |
build/f7-firmware-C/.extapps/flipchess.fap
applications_user/flip-chess/README.md
applications_user/flipper-chess/README.md
name: ${{steps.tag.outputs.tag}}
body: Built against Flipper Zero firmware v${{ env.firmware_version }}
generate_release_notes: true
Expand Down

0 comments on commit af00006

Please sign in to comment.