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 1661589 commit ba5b902Copy full SHA for ba5b902
.github/workflows/cd.yml
@@ -23,7 +23,7 @@ defaults:
23
jobs:
24
upload-assets:
25
name: ${{ matrix.target }}
26
- if: startsWith(github.event.release.name, 'huly-coder-v')
+ if: startsWith(github.event.release.name, 'huly-coder')
27
runs-on: ${{ matrix.os }}
28
strategy:
29
matrix:
0 commit comments