Skip to content

Commit

Permalink
Updated build script
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeheust committed Sep 20, 2023
1 parent f939227 commit 9321aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: create-artifact
run: |
ls -lai
mv ${{ inputs.type }}/* .
find ./${{ inputs.type }} -maxdepth 1 -type f | xargs mv -t .
sed -i -e "/###HEADER###/r interface-header.yaml" -e "//d" interface.yaml
rm interface-header.yaml
sed -i -e "/###APPLICATION_GROUP###/r interface-application-group.yaml" -e "//d" interface.yaml
Expand Down

0 comments on commit 9321aa4

Please sign in to comment.