Added a ls command for testing.
All checks were successful
Latex Build / LatexBuild (push) Successful in 13s
All checks were successful
Latex Build / LatexBuild (push) Successful in 13s
This commit is contained in:
@ -17,7 +17,8 @@ jobs:
|
||||
- run: |
|
||||
ls -la
|
||||
mkdir artifacts
|
||||
cp *.pdf artifacts/
|
||||
# cp *.pdf artifacts/
|
||||
cp *.tex artifacts/
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: artifacts/
|
||||
|
Reference in New Issue
Block a user