Skip to content

Remove .this-action subfolder#60

Merged
fingolfin merged 1 commit intogap-actions:mainfrom
stertooy:remove-this-action-folder
Mar 11, 2026
Merged

Remove .this-action subfolder#60
fingolfin merged 1 commit intogap-actions:mainfrom
stertooy:remove-this-action-folder

Conversation

@stertooy
Copy link
Contributor

Closes #59.

Since #56 was merged, release archives created during the CI of this repository contain a .this-action folder. This folder gets created here:

- name: "Check out this repository"
uses: actions/checkout@v6
with:
path: .this-action/

Unfortunately, due to limitations in GitHub's CI setup, we have to put this action under $GITHUB_WORKSPACE during the CI. This means that it during the action, it will get copied and eventually added to the release archives.

This PR ensures that the folder gets removed before the archives are created.

@fingolfin fingolfin merged commit 8603898 into gap-actions:main Mar 11, 2026
3 checks passed
@stertooy stertooy deleted the remove-this-action-folder branch March 11, 2026 16:06
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.

Release archives now contain a ".this_action" folder

2 participants