Skip to content

Commit

Permalink
Cleaning up the packager, removing entry to recreate the DEBIAN direc…
Browse files Browse the repository at this point in the history
…tory as it is already there
  • Loading branch information
djpolygon committed Jun 25, 2024
1 parent c39b94b commit 73edec7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deb_packager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ jobs:

- name: Making directory structure
run: mkdir -p packaging/deb/cdk-data-availability/usr/bin/
- name: creating DEBIAN directory
run: mkdir -p packaging/deb/cdk-data-availability/DEBIAN
- name: Copying necessary files
- name: Copying necessary binary file
run: cp -rp dist/cdk-data-availability packaging/deb/cdk-data-availability/usr/bin/
- name: create directory structure for systemd
run: mkdir -p packaging/deb/cdk-data-availability/lib/systemd/system
Expand Down

0 comments on commit 73edec7

Please sign in to comment.