Skip to content

Commit

Permalink
Merge pull request #12 from ColmexBDCV/pruebas
Browse files Browse the repository at this point in the history
Se modifica exclude de .git para workflow
  • Loading branch information
zizneroz authored Jan 20, 2025
2 parents a1a42fa + 33148f8 commit e190fc1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/checksum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ jobs:
ref: ${{ github.ref }}

- name: Create tarball
run: tar -czf source.tar.gz --exclude=.git .
run: |
tar --exclude=.git \
--exclude=node_modules \
--exclude=.github \
-czf source.tar.gz .
- name: Compute checksum
run: sha256sum source.tar.gz > checksum.txt
Expand Down

0 comments on commit e190fc1

Please sign in to comment.