Skip to content

Commit

Permalink
fix: Added missing parameter to cp
Browse files Browse the repository at this point in the history
  • Loading branch information
zekiahmetbayar committed Oct 23, 2023
1 parent abe7936 commit e7cce4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
cp ./scripts/debian/control $DEBIAN_PATH/control
cp ./scripts/debian/postinst $DEBIAN_PATH/postinst
cp dist/report-engine $SERVER_BIN_PATH/report-engine
cp templates/ $SERVER_BIN_PATH/templates
cp -r templates/ $SERVER_BIN_PATH/templates
sed -i s/%VERSION%/${{ github.run_number }}/g $DEBIAN_PATH/control
chmod 775 $DEBIAN_PATH/postinst
Expand Down

0 comments on commit e7cce4d

Please sign in to comment.