Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dbierek authored Jun 3, 2024
1 parent d10bde8 commit 8d4427c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ jobs:
create_release:
name: Create release
needs: [build_windows, build_linux]
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest

outputs:
Expand All @@ -203,7 +202,6 @@ jobs:
upload_release:
name: Upload release artifacts
needs: create_release
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit 8d4427c

Please sign in to comment.