Skip to content

Commit

Permalink
GitHub Actions: Correct job dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidyjames committed Feb 27, 2025
1 parent 19ec3fa commit b200c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/godot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

release:
name: Attach to Release
needs: upload
needs: export
permissions: write-all
if: ${{ github.event_name == 'release' }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit b200c8e

Please sign in to comment.