Skip to content

Commit

Permalink
Update godot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Makosai authored Jan 16, 2025
1 parent f526bcd commit 838fd29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/godot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,10 @@ jobs:
name: web
path: build/web
release-notes:
name: Release Notes
runs-on: ubuntu-latest
needs: [ export-windows, export-linux, export-mac, export-web ]
if: ${{ always() && !cancelled() && needs.build.result == 'success' }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 838fd29

Please sign in to comment.