index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | .github/workflows/iso-build.yaml | 4 |
diff --git a/.github/workflows/iso-build.yaml b/.github/workflows/iso-build.yaml index 6464b4a2..ab4e6f5f 100644 --- a/.github/workflows/iso-build.yaml +++ b/.github/workflows/iso-build.yaml @@ -26,7 +26,7 @@ jobs: image: archlinux:latest options: --privileged steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - run: pwd - run: find . - run: cat /etc/os-release @@ -43,7 +43,7 @@ jobs: - run: echo -e "git\npython\npython-pip\npython-build\npython-flit\npython-setuptools\npython-wheel" >> /tmp/archlive/packages.x86_64 - run: find /tmp/archlive - run: cd /tmp/archlive; mkarchiso -v -w work/ -o out/ ./ - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: Arch Live ISO path: /tmp/archlive/out/*.iso |