Skip to content

Commit

Permalink
Fix release build condition
Browse files Browse the repository at this point in the history
  • Loading branch information
TBSniller authored Sep 25, 2022
1 parent d1d0720 commit bf5ffcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.build-type == 'Release' }}
with:
files: |
${{github.workspace}}/build/hyperion-webos
Expand Down

0 comments on commit bf5ffcd

Please sign in to comment.