Skip to content

Commit 1c2a5c7

Browse files
Update README.md
1 parent 769bf17 commit 1c2a5c7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ This project uses GitHub Actions to automatically build and release an Arch Linu
3333
You can run the workflow manually by going to Actions > Build ISO and click on run Workflow.
3434
Keep un mind you are going to need a PAT (Personal access Token) and you need to edit the Workflow to reflect your PAT.
3535

36-
2. **Automated Workflow**: The GitHub Actions workflow automatically triggers on:
36+
37+
3. **Automated Workflow**: The GitHub Actions workflow automatically triggers on:
3738
- **Pushes** and **Pull Requests** to the `main` branch
3839
- **Scheduled daily builds** at midnight (UTC)
3940

40-
3. **Download the ISO**:
41+
4. **Download the ISO**:
4142
- Visit the [releases page](https://github.com/Githubguy132010/Arch-Linux-without-the-beeps/releases) to download the latest ISO.
4243

4344
## Configuration Details
@@ -47,10 +48,10 @@ This project disables the systemd-boot by modifying several configuration files.
4748

4849
## GitHub Actions Workflow
4950

50-
The workflow file for building and releasing the custom ISO is located at `.github/workflows/build-iso.yml`. Here's the workflow snippet:
51+
The workflow file for building and releasing the custom ISO is located at `.github/workflows/build.yml`. Here's the workflow snippet:
5152

5253
```yaml
53-
name: Build ISO Without Beeps
54+
name: Build ISO
5455

5556
on:
5657
push:
@@ -82,7 +83,7 @@ jobs:
8283
mkarchiso -v -w workdir/ -o out/ .
8384
"
8485
85-
- name: Rename ISO to ArchGUI-NoBeeps.iso
86+
- name: Rename ISO to Arch.iso
8687
run: |
8788
docker exec arch-container bash -c "
8889
iso_file=\$(ls /workdir/out/*.iso | head -n 1) &&

0 commit comments

Comments
 (0)