Skip to content

Commit

Permalink
Fix workflow yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
WeirdTreeThing committed Nov 26, 2023
1 parent c16b5dc commit 8d11006
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8d11006

Please sign in to comment.