Skip to content

Commit f8e4953

Browse files
Include example directory in zip creation
1 parent 44680d4 commit f8e4953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/create-archive/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
shell: bash
2020
run: |
2121
mkdir ConcurrentWitness2Test
22-
cp venv *.py *.md LICENSE requirements.txt svcomp.c start.sh ConcurrentWitness2Test/ -r
22+
cp venv *.py *.md LICENSE requirements.txt svcomp.c *.sh example ConcurrentWitness2Test/ -r
2323
zip ConcurrentWitness2Test.zip ConcurrentWitness2Test -r
2424
- name: Upload results
2525
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2

0 commit comments

Comments
 (0)