Commit abe80c3
ci: fix build/check to use current dir and exact tarball
- Replace 'pushd ..; R CMD build rlibkriging' with 'R CMD build .'
to build from the checked-out directory directly, avoiding reliance
on the parent directory name being 'rlibkriging'
- Capture the built tarball path into PKG_FILE via GITHUB_ENV
- Use $PKG_FILE in R CMD check instead of a glob that could match
a stale/older tarball
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 1b84ab5 commit abe80c3
1 file changed
Lines changed: 6 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
| |||
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
63 | | - | |
64 | | - | |
65 | 62 | | |
66 | | - | |
| 63 | + | |
67 | 64 | | |
68 | 65 | | |
69 | 66 | | |
| |||
0 commit comments