Update .forgejo/workflows/fortune-mod-alpine.yml
This commit is contained in:
parent
c4ce96180e
commit
12eb693f21
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ jobs:
|
|||
run: echo 'packager ALL=(ALL) NOPASSWD:ALL' > rootfs/etc/sudoers.d/packager
|
||||
- uses: actions/checkout@v4
|
||||
- name: Add files
|
||||
run: mv alpine rootfs/alpine
|
||||
run: mv alpine rootfs/alpine && chmod +x rootfs/alpine/chroot-fortunemod.sh
|
||||
- name: Run script
|
||||
run: chroot rootfs /alpine/chroot-fortunemod.sh
|
||||
- name: Upload
|
||||
|
|
Loading…
Add table
Reference in a new issue