Skip to content

Conversation

@konradpabjan
Copy link
Contributor

After adding support for publishing packages with a GPG key, there is no longer a single dist/index.js file. Instead there is dist/setup/index.js and dist/cleanup/index.js because there is a main and post step:

setup-java/action.yml

Lines 56 to 57 in d34a7e4

main: 'dist/setup/index.js'
post: 'dist/cleanup/index.js'

This PR removes the old dist/index.js file that was not removed and it adds some clarification to the contributor docs about the files that @zeit/ncc creates.

Copy link

@anthonysterling anthonysterling left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lovely, thanks @konradpabjan 🙇‍♂️

@konradpabjan konradpabjan merged commit fe06bcd into main Aug 24, 2020
@konradpabjan konradpabjan deleted the cleanup branch August 24, 2020 12:32
tdfacer pushed a commit to ifit/setup-java that referenced this pull request Oct 7, 2025
* Remove old dist/index.js file

* Misc fixes
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.

3 participants