Enhancing ci builds
This commit is contained in:
parent
ba9e7aa793
commit
0f776a8b12
2 changed files with 11 additions and 10 deletions
11
.github/workflows/packaging_test.yml
vendored
11
.github/workflows/packaging_test.yml
vendored
|
@ -22,17 +22,14 @@ jobs:
|
|||
DEBIAN_FRONTEND: "noninteractive"
|
||||
- name: Remove github artefacts
|
||||
run: |
|
||||
rm -rf .github/
|
||||
rm -rf .git*
|
||||
- name: Adjust distibution in changelog file
|
||||
run: |
|
||||
sed -i '0,/restricted/s//stable/' debian/changelog
|
||||
- name: Build Debian package
|
||||
uses: dawidd6/action-debian-package@v1
|
||||
# uses: pi-top/action-debian-package@v4
|
||||
with:
|
||||
# source_directory: "${SOURCE_DIR}"
|
||||
# artifacts_directory: "${ARTIFACTS_DIR}"
|
||||
artifacts_directory: debian/build/release/
|
||||
# target_architectures: "amd64,i386"
|
||||
# distribution: 'stable'
|
||||
# os: 'debian'
|
||||
- name: Debug
|
||||
run: |
|
||||
ls -la
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue