Skip to content

Commit

Permalink
[ci] Add release to workflow(3).
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioginer committed Feb 5, 2024
1 parent cb06b3c commit 12cefb7
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 @@ -66,7 +66,7 @@ jobs:
release:

runs-on: ubuntu-latest
needs: [jobs, win32-build-x86_64-geometry]
needs: [buildx86_64, win32-build-x86_64-geometry]
if: startsWith(github.ref, 'refs/tags/v')
steps:
- name: Download artifacts
Expand Down

0 comments on commit 12cefb7

Please sign in to comment.