We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b42a6 commit f68de45Copy full SHA for f68de45
.github/module_artefact.yml
@@ -24,7 +24,7 @@ jobs:
24
# Step 3: Zip the code
25
- name: Create zip archive
26
run: |
27
- zip -r source.zip . -x "*.github/*" ".gitignore" "LICENSE" "README.md"
+ zip -r source.zip . -x "*.github/*" ".gitignore" "LICENSE" "README.md" "amaterasuSchemeTesting.txt"
28
29
# Step 4: Upload the artifact
30
- name: Upload artifact
0 commit comments