Skip to content

Commit 11576e0

Browse files
Fix CI Path
1 parent 678ce03 commit 11576e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: montudor/action-zip@v1
2727
- name: Create Zip Artifact
2828
run: zip -qq -r godot_game_tools_v${{ env.ARTIFACT_VERSION }}.zip src
29-
working-directory: blender
29+
working-directory: .
3030
- name: Generate Artifact
3131
uses: actions/upload-artifact@v2
3232
with:

0 commit comments

Comments
 (0)