Skip to content

Commit

Permalink
Hmmm, fixing idents and space in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdbreemen committed Apr 8, 2024
1 parent b4a0b2f commit 58609c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: ./.github/actions/build
#run: echo ${{ github.sha }} > Release-${{ github.ref_name }}.txt
- name: Test
#run: cat Release-${{ github.ref_name }}.txt
run: cat Release-${{ github.ref_name }}.txt
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
Expand All @@ -26,5 +26,4 @@ jobs:
build/*.elf
build/*.bin
LICENSE
Release-${{ github.ref_name }}.txt
Release-${{ github.ref_name }}.txt

0 comments on commit 58609c8

Please sign in to comment.