Skip to content

Commit

Permalink
fix: miden.toml reference in the debian packager
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Apr 12, 2024
1 parent ef60032 commit 019e98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deb_packager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: mkdir -p packaging/deb/miden-node/etc/miden

- name: copy the miden-node.toml file
run: cp node/miden.toml packaging/deb/miden-node/etc/miden/
run: cp node/miden-node.toml packaging/deb/miden-node/etc/miden/

- name: copy over the postinst
run: cp packaging/postinst packaging/deb/miden-node/DEBIAN/postinst
Expand Down

0 comments on commit 019e98d

Please sign in to comment.