Skip to content

Commit

Permalink
test11
Browse files Browse the repository at this point in the history
  • Loading branch information
Averell7 committed Jul 15, 2021
1 parent 1c1db36 commit 68a5050
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,12 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: code-coverage-report
path: debian
path: debian/*

- run : ls -lR debian > lsdebian.txt


uses: actions/upload-artifact@v2
with:
name: test1
path: lsdebian.txt

0 comments on commit 68a5050

Please sign in to comment.