forked from waja/action-debian-package
		
	
				
				⚙️ A GitHub Action for building Debian packages
				
			
		
				As you can build multiple binary packages from one source package, those don't need to have the same name. You can even build only one binary package which has a completely different name. The saves way is to match on the package version number.  | 
			||
|---|---|---|
| .github/workflows | ||
| node_modules | ||
| action.yml | ||
| LICENSE | ||
| main.js | ||
| package-lock.json | ||
| package.json | ||
| post.js | ||
| 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