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 b4a0b2f commit 58609c8Copy full SHA for 58609c8
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
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
+ run: cat Release-${{ github.ref_name }}.txt
21
- name: Release
22
uses: softprops/action-gh-release@v2
23
if: startsWith(github.ref, 'refs/tags/')
@@ -26,5 +26,4 @@ jobs:
26
build/*.elf
27
build/*.bin
28
LICENSE
29
- Release-${{ github.ref_name }}.txt
30
-
+ Release-${{ github.ref_name }}.txt
0 commit comments