diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 353d126..9eb1cbb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,8 +16,7 @@ jobs: run: bash build.sh - name: Upload build artifacts uses: actions/upload-artifact@v3 - with: - name: debian-kernel - retention-days: 7 - path: | - *.deb + with: + name: debian-kernel + path: | + *.deb