Skip to content

Commit

Permalink
Update main_rajuapp-devops.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Raju00533 authored Mar 19, 2024
1 parent 7e17b28 commit c82f14f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main_rajuapp-devops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
- name: Zip artifact for deployment
run: zip release.zip dist/* -r
run: |
cd dist/
zip release.zip ./* -r
- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c82f14f

Please sign in to comment.