Skip to content

Commit

Permalink
fix: ajuste pruebas assets
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatist-ban committed Feb 20, 2024
1 parent 6384968 commit 7b55cd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/template-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,11 @@ jobs:
run: npm install -g @angular/cli
- name: Build with Maven
run: mvn -B package -DskipTests --file SpringBoot/Konex/pom.xml
- name: show jar konex
run: ls SpringBoot/Konex/target
- name: Build with Angular
run: |
npm run ng analytics off --prefix Angular/Konex/
npm install --prefix Angular/Konex/
npm run build --prefix Angular/Konex/
- name: show dist folder
run: ls Angular/Konex/dist
- name: Upload jar for deployment job
uses: actions/upload-artifact@v4
with:
name: node-app
path: ./Angular/Konex/dist
- name: setup semantic-release
run: npm install -g semantic-release @semantic-release/git @semantic-release/changelog -D
- name: release
Expand Down
4 changes: 2 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
[
"@semantic-release/github", {
"assets": [
{ "path": "Angular/Konex/dist/*", "label": "CSS distribution" },
{ "path": "SpringBoot/Konex/target/*", "label": "JS distribution" }
{ "path": "Angular/*", "label": "CSS distribution" },
{ "path": "Konex/SpringBoot/Konex/target/Konex-0.0.1-SNAPSHOT.jar", "label": "JS distribution" }
]
}
]
Expand Down

0 comments on commit 7b55cd7

Please sign in to comment.