From b200c8e254e016151a8accc1e91fbd692b723945 Mon Sep 17 00:00:00 2001 From: Cassidy James Blaede Date: Wed, 26 Feb 2025 17:24:53 -0700 Subject: [PATCH] GitHub Actions: Correct job dependency --- .github/workflows/godot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/godot.yml b/.github/workflows/godot.yml index fb87fa6..3271ce7 100644 --- a/.github/workflows/godot.yml +++ b/.github/workflows/godot.yml @@ -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