Skip to content

Commit 4cef688

Browse files
committed
move template files to separate directory
1 parent 0ebb696 commit 4cef688

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

.github/workflows/alpine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
cp LICENSE artifacts/
5858
cp third-party.md artifacts/
5959
# template files
60-
cp code/*.tpl artifacts/
60+
cp code/templates/*.tpl artifacts/
6161
# determine version
6262
VERSION=$(git describe --always)
6363
echo Version is $VERSION.

.github/workflows/msys2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
cp LICENSE artifacts/
6969
cp third-party.md artifacts/
7070
# template files
71-
cp code/*.tpl artifacts/
71+
cp code/templates/*.tpl artifacts/
7272
# determine version
7373
VERSION=$(git describe --always)
7474
mv artifacts pmdb_${VERSION}

0 commit comments

Comments
 (0)