Skip to content

Commit

Permalink
Fixed Raspberry Pi (bullseye) Release
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Jan 19, 2024
1 parent 0fa8e02 commit 1d6e431
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
id: pi-sysroot
uses: mariotaku/raspbian-sysroot-action@main
with:
release: bullseye
packages: ${{github.workspace}}/scripts/raspi/sysroot-packages.list

- name: Install Build Tools
Expand Down Expand Up @@ -109,7 +110,7 @@ jobs:
omitNameDuringUpdate: true
omitBody: true
omitPrereleaseDuringUpdate: true
artifacts: build/*.deb,build/Release
artifacts: build/*.deb

release-steamlink:
name: Release (Steam Link)
Expand Down

0 comments on commit 1d6e431

Please sign in to comment.