diff --git a/.github/workflows/release-test.yaml b/.github/workflows/release-test.yaml index 4085a57..1f1fdaa 100644 --- a/.github/workflows/release-test.yaml +++ b/.github/workflows/release-test.yaml @@ -97,7 +97,7 @@ jobs: --exclude='*.tar.gz' \ --exclude='release.md' \ --exclude='CODEOWNERS' \ - czf "${{ steps.module_name.outputs.name }}-${{ steps.bump.outputs.version }}.tar.gz" \ + -czf "${{ steps.module_name.outputs.name }}-${{ steps.bump.outputs.version }}.tar.gz" \ . - name: Create release uses: softprops/action-gh-release@v2 diff --git a/.gitignore b/.gitignore index 3c0a604..c5482d1 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ terraform.rc # Ignore release artifacts release.md +/*.tar.gz