Skip to content

Commit

Permalink
Fixing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Feb 8, 2021
1 parent ca2f5b8 commit 79df59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yaml
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Create ZIP file
run: |
zip -r cypresstest.zip . -x .git/**\* .github/**\*
zip -r cypresstest.zip . -x .git .github
- name: Create Release
id: create_release
Expand Down

0 comments on commit 79df59c

Please sign in to comment.