Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: fix creating .tar.gz of source but versioned #138

Merged
merged 1 commit into from
Aug 10, 2024

Conversation

michalc
Copy link
Member

@michalc michalc commented Aug 10, 2024

Getting an error from GitHub actions:

tar: .: file changed as we read it

Which might be because the archive .tar.gz is being created in the directory being archived. Creating the file first and then excluding it should sort this.

Getting an error from GitHub actions:

> tar: .: file changed as we read it

Which might be because the archive .tar.gz is being created in the directory
being archived. Creating the file first and then excluding it should sort this.
@michalc michalc merged commit 758d36c into main Aug 10, 2024
5 checks passed
@michalc michalc deleted the ci/fix-creating-versioned-source branch August 10, 2024 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant