Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
actually exclude .git and .github directories from installer zip
Browse files Browse the repository at this point in the history
  • Loading branch information
bigibas123 authored Feb 29, 2024
1 parent cde33b9 commit f94d0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Create Package Zip
working-directory: "${{ env.PACKAGE_PATH }}"
run: zip -r "${{ steps.package_data.outputs.name }}-${{ env.version }}.zip" . -x metaList .git .github
run: zip -r "${{ steps.package_data.outputs.name }}-${{ env.version }}.zip" . -x ".git/*" ".github/*"

- name: Create Tag
id: create_tag
Expand Down

0 comments on commit f94d0bb

Please sign in to comment.