Skip to content

Conversation

@ardocrat
Copy link
Contributor

with:
files: |
target/release/grin-${{ github.ref_name }}-win-x86_64.zip
target/release/grin-${{ github.ref_name }}-win-x86_64-sha256sum.txt
Copy link
Contributor

Choose a reason for hiding this comment

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

i don't see what changed on this line.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No correct line ending existed at this file, so git provided LF ending, as I edited file at Github website. We can create.gitattributes file with * text=auto content, it will treat all files as text files and convert to OS's line ending on checkout and back to LF on commit automatically.

- name: Checkout
uses: actions/checkout@v3
- name: Tests
run: cargo test --release --all
Copy link
Contributor

Choose a reason for hiding this comment

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

or on this line.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

some Github nextline formatting I guess, CR LF

Copy link
Contributor

@tromp tromp left a comment

Choose a reason for hiding this comment

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

Looks fine, except for non-visible changes, which should be avoided.

@tromp tromp merged commit dc6f8d2 into mimblewimble:master Nov 22, 2025
12 checks passed
wiesche89 added a commit to wiesche89/grin that referenced this pull request Nov 29, 2025
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.

2 participants