Skip to content

Commit 75eb502

Browse files
authored
Merge pull request #2 from 0xdeadd/ci/iso-build-path-after-rename
ci(iso-build): use new build_iso.sh path after move
2 parents 57fa3ce + eb46fb0 commit 75eb502

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/iso-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: cat /etc/os-release
3333
- run: pacman-key --init
3434
- run: pacman --noconfirm -Sy archlinux-keyring
35-
- run: ./build_iso.sh
35+
- run: ./test_tooling/mkarchiso/build_iso.sh
3636
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
3737
with:
3838
name: Arch Live ISO

0 commit comments

Comments
 (0)