Skip to content

Commit

Permalink
Update secure-code-archive.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ejreyes-ugr committed Sep 14, 2024
1 parent 6af9e13 commit 41a2ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/secure-code-archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Condicional para archivar el código solo si no se encuentran vulnerabilidades críticas o severas
- name: Create zip
if: success() # Solo si los pasos anteriores fueron exitosos
uses: ihiroky/archive-action@v1
uses: ./
with:
root_dir: ./ # Este es el directorio raíz
file_path: secure-code.zip # nombre y la ruta del archivo ZIP
Expand Down

0 comments on commit 41a2ae8

Please sign in to comment.