mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
saf (#1483)
This commit is contained in:
parent
84528da0f2
commit
d7defdfa56
2
.github/workflows/build_bsp.yaml
vendored
2
.github/workflows/build_bsp.yaml
vendored
|
@ -24,6 +24,6 @@ jobs:
|
|||
user_name: 'github-actions[bot]'
|
||||
user_email: 'github-actions[bot]@users.noreply.github.com'
|
||||
publish_branch: main
|
||||
publish_dir: ci/app2bsp/output
|
||||
publish_dir: output
|
||||
deploy_key: ${{ secrets.ACTION_BSP_KEY }}
|
||||
destination_dir: src/02
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
|
||||
const sourceDir = '../../app/webapp';
|
||||
const sourceDir = './app/webapp';
|
||||
const staticDir = './static';
|
||||
const targetDir = './output';
|
||||
const prefix = 'z2ui5.wapa.';
|
||||
|
|
Loading…
Reference in New Issue
Block a user