Skip to content

Commit

Permalink
fix Create staging directories step
Browse files Browse the repository at this point in the history
  • Loading branch information
veprogames committed Oct 18, 2024
1 parent 3282e8f commit 1a83185
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable
- name: Create staging directories
run: mkdir -v -p export/{linux,windows}
run: |
mkdir -v -p export/linux
mkdir -v -p export/windows
- name: Export Builds
run: |
Expand Down

0 comments on commit 1a83185

Please sign in to comment.