Skip to content

Commit

Permalink
Update the BUILD.YAML file
Browse files Browse the repository at this point in the history
  • Loading branch information
Apurva14A committed Oct 26, 2023
1 parent d794b92 commit 1f2def5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
distribution: 'temurin'
cache: maven
- run: mvn clean package
- run: mkdir staging && cp target/*.war staging
- run: mkdir staging && cp target/onlinebookstore.war staging

# - name: upload artifact
# uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 1f2def5

Please sign in to comment.