Skip to content

Commit a0e596e

Browse files
authored
Remove gitignore from release (#357)
1 parent 2f64a5d commit a0e596e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,12 +275,12 @@ jobs:
275275
- name: Zip fmod addon
276276
run: |
277277
cd demo/addons/
278-
zip -r addons.zip fmod
278+
zip -r addons.zip fmod -x '*/.gitignore'
279279
280280
- name: Zip android fmod plugin
281281
run: |
282282
cd demo/
283-
zip -r android.zip android
283+
zip -r android.zip android -x '*/.gitignore'
284284
285285
- name: Upload Addon Asset
286286
uses: actions/upload-release-asset@v1

0 commit comments

Comments
 (0)