Skip to content

Commit

Permalink
Adding angular-ng to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
switschel committed Apr 4, 2024
1 parent 06f4eb9 commit d7af7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Zip Frontend
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
run: |
cd dynamic-mapping-ui/dist/apps/sag-ps-pkg-dynamic-mapping
cd dynamic-mapping-ui/dist/dynamic-mapping-ui
zip -r -q ../../../dynamic-mapping-ui.zip *
- name: Create Release
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit d7af7f1

Please sign in to comment.