Skip to content

Commit

Permalink
workflows: merge release action into test-OSW
Browse files Browse the repository at this point in the history
  • Loading branch information
RuffaloLavoisier committed Jun 8, 2024
1 parent a50434e commit 6d31b3e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 95 deletions.
93 changes: 0 additions & 93 deletions .github/workflows/release.yml

This file was deleted.

11 changes: 9 additions & 2 deletions .github/workflows/test-OSW.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,12 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: firmwares
path: |
*.bin
path: "*.bin"
- name: Release
uses: softprops/action-gh-release@v2
with:
files: "*.bin"
draft: true
prerelease: true
generate_release_notes: true
if: startsWith(github.ref, 'refs/tags/v')

0 comments on commit 6d31b3e

Please sign in to comment.