Skip to content

Commit

Permalink
Ajuste .yml generar .zip solo con app front
Browse files Browse the repository at this point in the history
  • Loading branch information
PELUQAZ committed Dec 5, 2024
1 parent a744729 commit c428210
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_wmc-agreements-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Zip artifact for deployment
run: |
cd test/front
zip -r ../../release.zip ./*
zip -r ../../release.zip .
- name: Upload artifact for deployment job
uses: actions/upload-artifact@v4
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ node_modules

# Hardhat Ignition default folder for deployments against a local node
ignition/deployments/chain-31337

/api/

0 comments on commit c428210

Please sign in to comment.