Skip to content

Commit 58609c8

Browse files
committed
Hmmm, fixing idents and space in yml
1 parent b4a0b2f commit 58609c8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: ./.github/actions/build
1818
#run: echo ${{ github.sha }} > Release-${{ github.ref_name }}.txt
1919
- name: Test
20-
#run: cat Release-${{ github.ref_name }}.txt
20+
run: cat Release-${{ github.ref_name }}.txt
2121
- name: Release
2222
uses: softprops/action-gh-release@v2
2323
if: startsWith(github.ref, 'refs/tags/')
@@ -26,5 +26,4 @@ jobs:
2626
build/*.elf
2727
build/*.bin
2828
LICENSE
29-
Release-${{ github.ref_name }}.txt
30-
29+
Release-${{ github.ref_name }}.txt

0 commit comments

Comments
 (0)