Skip to content

Commit ed19862

Browse files
committed
fix
1 parent 4179b58 commit ed19862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-on-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
name: AppModulePicker
6868
path: '${{ github.workspace }}/AppModulePicker'
6969
- name: Rename broadcastjs/bundle.js into bbundle.js
70-
run: bundle.js bbundle.js
70+
run: mv bundle.js bbundle.js
7171
working-directory: ${{ github.workspace }}/AppModulePicker
7272
- name: Update PCF control version with ${{ github.ref }}
7373
uses: Mudlet/[email protected]

0 commit comments

Comments
 (0)