Skip to content

Commit 9b6ab02

Browse files
authored
Update file movement in build workflow
1 parent ca1da4e commit 9b6ab02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Move files
8080
run: |
8181
mkdir publish
82-
mv addons/ models/ sound/ -t publish/
82+
mv configs/ data/ plugins/ scripting/ -t publish/
8383
- name: Upload artifact
8484
uses: actions/upload-artifact@v4
8585
with:

0 commit comments

Comments
 (0)