Skip to content

Commit 82cbba5

Browse files
ojacquesfreezy
authored andcommitted
Fix release step
1 parent b586559 commit 82cbba5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ jobs:
182182
create-release:
183183
needs: [build-windows]
184184
runs-on: ubuntu-latest
185-
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) steps:
185+
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/'))
186+
steps:
186187
- name: Download ZIP artifacts
187188
uses: actions/download-artifact@v4
188189
with:

0 commit comments

Comments
 (0)