Skip to content

Commit

Permalink
update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
waelABDALLAH1 committed Dec 27, 2024
1 parent c389b9f commit 0fead90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mailing-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:

- name: Build with Maven
run: |
cd mailing/mailing/
cd mailing/mailing
mvn clean package -DskipTests
- name: Archive JAR Artifact
uses: actions/upload-artifact@v3
with:
name: mailing-1.0.0-SNAPSHOT.jar
path: mailing/target/mailing-1.0.0-SNAPSHOT.jar
path: mailing/mailing/target/mailing-1.0.0-SNAPSHOT.jar

deploy:
runs-on: ubuntu-latest
Expand All @@ -46,7 +46,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: mailing-1.0.0-SNAPSHOT.jar
path: ./mailing
path: ./

- name: Verify Downloaded Files
run: |
Expand Down

0 comments on commit 0fead90

Please sign in to comment.