Skip to content

Commit

Permalink
Copy TDS-style zip to current dir when created
Browse files Browse the repository at this point in the history
This is handy for example for GitHub Actions.
  • Loading branch information
josephwright committed Aug 27, 2021
1 parent 71d0632 commit a37c1c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -11,6 +11,9 @@ this project uses date-based 'snapshot' version identifiers.
- Add the `--show-saves` flag for `l3build check` to generate a list of
`l3build save` commands to regenerate all failing tests

### Changed
- Copy TDS-style zip files to make dir

## [2021-05-06]

### Fixed
Expand Down
1 change: 1 addition & 0 deletions l3build-ctan.lua
Expand Up @@ -146,6 +146,7 @@ function ctan()
dirzip(tdsdir, ctanpkg .. ".tds")
if packtdszip then
cp(ctanpkg .. ".tds.zip", tdsdir, ctandir)
cp(ctanpkg .. ".tds.zip", tdsdir, currentdir)
end
dirzip(ctandir, ctanzip)
cp(ctanzip .. ".zip", ctandir, currentdir)
Expand Down

0 comments on commit a37c1c3

Please sign in to comment.