Skip to content

Commit f20d08e

Browse files
Included the make tarball command to workflows, included the link to the gallery in readme.
1 parent 19afa4d commit f20d08e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040

4141
- name: Generate hashes
4242
run: |
43+
make tarball
4344
sha256sum FrostWing.iso FrostWing.iso.tar.gz > sha256sums
4445
4546
- name: Create Release and Upload ISO
@@ -54,7 +55,7 @@ jobs:
5455
5556
Verify:
5657
sha256sum -c sha256sums
57-
58+
5859
files: |
5960
FrostWing.iso
6061
FrostWing.iso.tar.gz

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ concept of the FrostWing Operating System.
3030
- [FrostWing Team](#frostwing-team)
3131

3232
## Gallery
33-
Refer the wiki for Gallary.*
33+
[Refer the wiki for Gallary.*](https://github.com/Frost-Wing/osdev/wiki/%E2%80%90-Gallery)
3434

3535
## Currently working Features
3636
- Interrupts

0 commit comments

Comments
 (0)