Skip to content

Commit e81f22e

Browse files
committed
ci: mkdir
1 parent 76823f5 commit e81f22e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-demo-on-push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ jobs:
134134
version: ${{ env.GODOT_VERSION }}
135135
use-dotnet: false
136136
include-templates: true
137+
- name: 🔌 Create build directory
138+
run: mkdir -p ${{ matrix.export-folder }}
137139
- name: 🔧 Export Godot Project
138140
run: godot --headless ${{ matrix.export-args }} --export-${{ matrix.export-type }} "${{ matrix.export-preset }}"
139141
- name: Upload Artifacts

0 commit comments

Comments
 (0)