Skip to content

Commit ef3429f

Browse files
committed
Exclude unnecessary files from release
1 parent a10e95e commit ef3429f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# Zip the Package for release
4646
- name: Create Package Zip
4747
working-directory: "${{ env.packagePath }}"
48-
run: zip -r "${{ github.workspace }}/${{ env.zipFile }}" .
48+
run: zip -r "${{ github.workspace }}/${{ env.zipFile }}" . -x "./.git/*" "./.gitignore" "./.docfx/*"
4949

5050
# Build a list of .meta files for future use
5151
- name: Track Package Meta Files

0 commit comments

Comments
 (0)