Skip to content

Commit bc26da5

Browse files
authored
Update publish.yml
1 parent 0d763fa commit bc26da5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- run: mkdir test
1414
- run: echo abcde >> test/test.txt
15+
- run: echo abcde >> test/test2.txt
16+
- run: echo abcde >> test/test3.txt
1517
- uses: actions/upload-artifact@v1
1618
with:
1719
name: test

0 commit comments

Comments
 (0)