Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bamboo committed Jan 3, 2025
1 parent 760cc70 commit 8351275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ jobs:
- name: Pack - Windows
if: ${{ matrix.platform == 'windows' }}
run: |
New-Item -ItemType Directory -Path "bin/pack"
Copy-Item -Recurse -Force -Path "demo/addons" -Destination "bin/pack/"
Copy-Item -Recurse -Force -Path "bin/android", "bin/ios", "bin/linux", "bin/macos", "bin/web", "bin/windows", "demo/bin/godot-s7-scheme.gdextension" -Destination "bin/pack/bin/"
Expand Down

0 comments on commit 8351275

Please sign in to comment.