Skip to content

Commit

Permalink
build: Update cicd.yml (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
SproutMJ authored May 26, 2024
1 parent 24063a3 commit f68e962
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ jobs:

steps:
- name: Remove previous version FRONT app
working-directory: ~/frontend/prod/
working-directory: frontend/prod/
run: rm -rf dist

- name: Remove previous version BACK jar
working-directory: ~/backend/prod/
working-directory: backend/prod/
run: rm -f *.jar

- name: Download BACK jar file from artifact
uses: actions/download-artifact@v4
with:
name: BackendApplicationJar
path: ~/backend/prod/
path: backend/prod/

0 comments on commit f68e962

Please sign in to comment.