We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e84c92 commit 9728edbCopy full SHA for 9728edb
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
# Zip the Package for release
46
- name: Create Package Zip
47
working-directory: "${{ env.packagePath }}"
48
- run: zip -r "${{ github.workspace }}/${{ env.zipFile }}" . -x "./.git/*" "./.gitignore" "./.docfx/*"
+ run: zip -r "${{ github.workspace }}/${{ env.zipFile }}" . -x "./.git/*" "./.gitignore" "./.docfx/*" "./.github/*"
49
50
# Build a list of .meta files for future use
51
- name: Track Package Meta Files
0 commit comments