Skip to content

Commit 75d92f1

Browse files
authored
test vapecord public zip creation
1 parent c5ad736 commit 75d92f1

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

.github/workflows/c-cpp.yml

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,22 @@ jobs:
3535
- name: Build Plugin
3636
run: make
3737

38+
- name: Package Plugin
39+
run: |
40+
mkdir -p package/Vapecord/Data/
41+
cp -r Files/Vapecord/Data/* package/Vapecord/Data/
42+
43+
for folder in 0004000000198e00 0004000000198d00 00040000004C5700 0004000000199000 0004000000086500 0004000000086400 0004000000086300 0004000000086200 0004000000198f00; do
44+
mkdir -p package/luma/plugins/$folder
45+
cp Vapecord-ACNL-Plugin.3gx package/luma/plugins/$folder/Vapecord_Public.3gx
46+
cp -r Files/snd/* package/luma/plugins/$folder/snd
47+
done
48+
49+
cd package
50+
zip -r ../Vapecord.Public.zip .
51+
3852
- name: Upload Artifacts
3953
uses: actions/upload-artifact@v4
4054
with:
41-
name: Vapecord-ACNL-Plugin
42-
path: |
43-
*.elf
44-
*.3gx
45-
46-
47-
48-
49-
50-
51-
52-
53-
54-
55-
55+
name: Vapecord.Public.zip
56+
path: Vapecord.Public.zip

0 commit comments

Comments
 (0)