Skip to content

Commit

Permalink
fixed flow action
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Apr 28, 2024
1 parent 377c595 commit 392c519
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/flows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
- name: Create package structure
run: |
mkdir -p .debpkg/home/node-red/.node-red
cp stage5-common/00-install/files/AryaOS_flows.json .debpkg/home/node-red/.node-red/flows.json
ls -alR
cp aryaos/stage5-common/00-install/files/AryaOS_flows.json .debpkg/home/node-red/.node-red/flows.json
# create DEBIAN directory if you want to add other pre/post scripts
mkdir -p .debpkg/DEBIAN
echo -e "chown node-red:node-red /home/node-red/.node-red/flows.json" > .debpkg/DEBIAN/postinst
Expand Down

0 comments on commit 392c519

Please sign in to comment.