Skip to content

Commit 46c556e

Browse files
committed
fix(workflow): include gamedata
1 parent 97f4baa commit 46c556e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,12 @@ jobs:
5151
- name: Create Directories
5252
run: |
5353
mkdir -p plugin/plugins/${{ github.event.repository.name }}
54+
mkdir -p plugin/gamedata
5455
5556
- name: Move Files
5657
run: |
5758
mv ./src/bin/Release/net8.0/* ./plugin/plugins/${{ github.event.repository.name }}
59+
mv ./gamedata/* ./plugin/gamedata
5860
5961
- name: Zip
6062
run: |

0 commit comments

Comments
 (0)