Skip to content

Commit 828b07a

Browse files
authored
Update build-release.yml
1 parent c65c1d3 commit 828b07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Zip Frontend
4141
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
4242
run: |
43-
cd mqtt-mapping-ui/mqtt-mapping/dist/apps/mqtt-mapping
43+
cd mqtt-mapping-ui/mqtt-mapping/dist/apps/sag-ps-pkg-mqtt-mapping
4444
zip -r -q ../../../../mqtt-mapping-ui.zip *
4545
- name: Create Release
4646
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)