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 a2699ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{github.workspace}}/build/*.{elf,hex,bin}
file: ${{github.workspace}}/build/v_${{ github.ref }}.*.{elf,hex,bin}
tag: ${{ github.ref }}
overwrite: true
file_glob: true

0 comments on commit a2699ab

Please sign in to comment.