⚙️ A GitHub Action for building Debian packages
Adding the correct transformation scope flags here. https://www.gnu.org/software/tar/manual/html_section/tar_51.html mentions a way to fix this: ``` In addition, several transformation scope flags are supported, that control to what files transformations apply. These are: [...] `S' Do not apply transformation to symbolic link targets. ``` |
||
|---|---|---|
| .github/workflows | ||
| node_modules | ||
| action.yml | ||
| LICENSE | ||
| main.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
Build Debian package Github Action
An action that builds a Debian package from source in a Docker container.
Usage
- name: Build Debian package
uses: dawidd6/action-debian-package@v1
with:
source_directory: lolcat # optional, relative to workspace directory
artifacts_directory: output # optional, relative to workspace directory