We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c65c1d3 commit 828b07aCopy full SHA for 828b07a
.github/workflows/build-release.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Zip Frontend
41
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
42
run: |
43
- cd mqtt-mapping-ui/mqtt-mapping/dist/apps/mqtt-mapping
+ cd mqtt-mapping-ui/mqtt-mapping/dist/apps/sag-ps-pkg-mqtt-mapping
44
zip -r -q ../../../../mqtt-mapping-ui.zip *
45
- name: Create Release
46
0 commit comments