Skip to content

Commit

Permalink
Updated: Github-Action, Release binaries workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SquadQuiz committed Apr 23, 2024
1 parent 21260b7 commit 579eed8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{github.workspace}}/build/*.{elf,hex,bin}
file: ${{github.workspace}}/build/STM32F746NG_FatFs_uSD
asset_name: STM32F746NG_FatFs_uSD.{elf,hex,bin}
tag: ${{ github.ref }}
overwrite: true
file_glob: true
body: "This is my release text"

0 comments on commit 579eed8

Please sign in to comment.