diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index be007ab..649631c 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -28,9 +28,7 @@ jobs: - name: Package Source Code run: | - tar -czf source-code.tar.gz \ - --exclude='.git*' \ - --exclude='.github' \ + tar --warning=no-file-changed -czf source-code.tar.gz \ --exclude='node_modules' \ --exclude='.next' \ --exclude='dist' \