We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58609c8 commit 8d9da27Copy full SHA for 8d9da27
.github/workflows/release.yml
@@ -15,15 +15,11 @@ jobs:
15
uses: ./.github/actions/setup
16
- name: Build
17
uses: ./.github/actions/build
18
- #run: echo ${{ github.sha }} > Release-${{ github.ref_name }}.txt
19
- - name: Test
20
- run: cat Release-${{ github.ref_name }}.txt
21
- name: Release
22
uses: softprops/action-gh-release@v2
23
if: startsWith(github.ref, 'refs/tags/')
24
with:
25
files: |
26
build/*.elf
27
build/*.bin
28
- LICENSE
29
- Release-${{ github.ref_name }}.txt
+ LICENSE
0 commit comments