diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a78e75a52..9f8175976 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout repository using git run: | - pacman -Sy git sudo archiso --noconfirm + pacman -Sy git sudo archiso grub --noconfirm git clone --recurse-submodules https://github.com/${{ github.repository }} StratOS-iso - name: Set up environment @@ -54,4 +54,4 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: StratOS-iso/output/StratOS-${{ env.BUILD_DATE }}-x86_64.iso asset_name: StratOS-${{ env.BUILD_DATE }}-x86_64.iso - asset_content_type: application/octet-stream \ No newline at end of file + asset_content_type: application/octet-stream