Skip to content

Commit f68de45

Browse files
authored
Update module_artefact.yml
1 parent 40b42a6 commit f68de45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/module_artefact.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Step 3: Zip the code
2525
- name: Create zip archive
2626
run: |
27-
zip -r source.zip . -x "*.github/*" ".gitignore" "LICENSE" "README.md"
27+
zip -r source.zip . -x "*.github/*" ".gitignore" "LICENSE" "README.md" "amaterasuSchemeTesting.txt"
2828
2929
# Step 4: Upload the artifact
3030
- name: Upload artifact

0 commit comments

Comments
 (0)