Fix GitHub Actions workflow: sudo conflicts, artifact paths, and redundant builds#1
Draft
Fix GitHub Actions workflow: sudo conflicts, artifact paths, and redundant builds#1
Conversation
Co-authored-by: fkpwolf <[email protected]>
Co-authored-by: fkpwolf <[email protected]>
Co-authored-by: fkpwolf <[email protected]>
…, correct stat command Co-authored-by: fkpwolf <[email protected]>
Co-authored-by: fkpwolf <[email protected]>
Copilot
AI
changed the title
[WIP] Create distributable package to support Debian 12
Add Debian 12 package support with 92% size reduction
Feb 14, 2026
Co-authored-by: fkpwolf <[email protected]>
Co-authored-by: fkpwolf <[email protected]>
Copilot
AI
changed the title
Add Debian 12 package support with 92% size reduction
Add GitHub Actions workflow for automated Debian 12 package builds
Feb 14, 2026
- Remove redundant sudo call in install-deps - Install dependencies directly in workflow instead of via script - Fix artifact paths to look in correct location (../*.deb) - Simplify build process to avoid double-execution Co-authored-by: fkpwolf <[email protected]>
Co-authored-by: fkpwolf <[email protected]>
Copilot
AI
changed the title
Add GitHub Actions workflow for automated Debian 12 package builds
Fix GitHub Actions workflow: sudo conflicts, artifact paths, and redundant builds
Feb 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GitHub Actions workflow was failing due to nested sudo calls, incorrect artifact paths, and redundant build execution.
Changes
Dependency installation (lines 40-65)
apt-getinstead of calling./build-debian12-package.sh --install-depsArtifact paths (lines 88, 97, 113)
*.deb || ../*.debto../*.debdpkg-buildpackageoutputs to parent directory by designBuild execution
--install-depsflagTechnical details
Packages location: when building from
/repo, dpkg creates.debfiles in/repo/..(parent directory), not/repo.💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.