Skip to content

Commit

Permalink
build: move build-related files to utils/
Browse files Browse the repository at this point in the history
Signed-off-by: Shengqi Chen <[email protected]>
  • Loading branch information
Harry-Chen committed Mar 21, 2024
1 parent e398238 commit f9cc56b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
version=$(git describe --tags)
echo "Current git revision: $version"
python3 create_release.py --version $version
python3 utils/create_release.py --version $version
- name: Build CTAN release zip with l3build
run: l3build ctan --config build-ctan
- name: Upload release zip
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ endif

dist: check all-dev
# use l3build for CTAN release (zip with .tds.zip)
l3build ctan --config build-ctan
l3build ctan --config utils/build-ctan
# use gulp for GitHub release (zip with generated file)
python3 create_release.py --version="v$(version)"
python3 utils/create_release.py --version="v$(version)"
File renamed without changes.
File renamed without changes.

0 comments on commit f9cc56b

Please sign in to comment.