Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 551de76

Browse files
authored
Merge pull request #4 from AkihiroSuda/dev
Fix release note
2 parents 28ff9d9 + 97c423f commit 551de76

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
shasha=$(sha256sum _artifacts/SHA256SUMS | awk '{print $1}')
2424
cat <<-EOF | tee /tmp/release-note.txt
2525
${tag}
26+
27+
The license (GPL-2.0) is included in the \`*.orig.tar.gz\` source archive.
28+
2629
- - -
2730
The binaries were built automatically on GitHub Actions.
2831
The build log is available for 90 days: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
See https://github.com/lima-vm/u-boot-qemu-mirror/releases
44

5-
The [`LICENSE`](./license) file in this repo applies to the mirroring script [`./extract.sh`](./extract.sh).
5+
The [`LICENSE`](./LICENSE) file in this repo applies to the mirroring script [`./extract.sh`](./extract.sh).
66

77
The license of u-boot (GPL-2.0) is included in the `*.orig.tar.gz` source archive.

0 commit comments

Comments
 (0)