Skip to content

Commit

Permalink
[ci] Add release to workflow(2).
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioginer committed Feb 5, 2024
1 parent e773af1 commit cb06b3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
needs: [jobs, win32-build-x86_64-geometry]
if: startsWith(github.ref, 'refs/tags/v')
steps:
-name: Download artifacts
- name: Download artifacts
uses: actions/[email protected]
-name: Create release
- name: Create release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit cb06b3c

Please sign in to comment.