Skip to content

Commit e174068

Browse files
authored
Update c-cpp.yml
1 parent 90252eb commit e174068

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,13 @@ jobs:
4545
cp Vapecord-ACNL-Plugin.3gx package/luma/plugins/$folder/Vapecord_Public.3gx
4646
cp -r Files/snd/* package/luma/plugins/$folder/snd/
4747
done
48-
49-
cd package
50-
zip -r ../Vapecord.Public.zip ./*
51-
cd ..
5248
5349
- name: Upload Artifacts
5450
uses: actions/upload-artifact@v4
5551
with:
5652
name: Vapecord.Public
57-
path: Vapecord.Public.zip
53+
path: package/
54+
5855

5956

6057

0 commit comments

Comments
 (0)