Skip to content

Commit

Permalink
Removing unnecessary directory creation, artifact from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
djpolygon committed Jun 25, 2024
1 parent 85e9a37 commit cc6562c
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 @@ -42,8 +42,6 @@ jobs:

- name: making directory structure
run: mkdir -p packaging/deb/cdk-validium-node/usr/bin/
- name: creating DEBIAN directory
run: mkdir -p packaging/deb/cdk-validium-node/DEBIAN
- name: copying necessary binary for amd64
run: cp -rp dist/zkevm-node packaging/deb/cdk-validium-node/usr/bin/cdk-validium-node
- name: create directory for service file
Expand Down Expand Up @@ -86,4 +84,4 @@ jobs:
prerelease: true
files: |
packaging/deb/cdk-validium-node**.deb
packaging/deb/cdk-validium-node**.deb.checksum
packaging/deb/cdk-validium-node**.deb.checksum

0 comments on commit cc6562c

Please sign in to comment.