Skip to content

Commit

Permalink
fix script location
Browse files Browse the repository at this point in the history
  • Loading branch information
myin142 committed Aug 11, 2023
1 parent 5b075d9 commit 31d0f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: ./scripts/prepare-templates.sh $GODOT_VERSION

- name: Prepare Build
run: ./addons/debug/prepare-build.sh $GITHUB_REF_NAME
run: ./scripts/prepare-build.sh $GITHUB_REF_NAME

- name: Build
run: ./scripts/build-channel.sh $CHANNEL
Expand Down

0 comments on commit 31d0f62

Please sign in to comment.