Skip to content

Commit 0d0bbbc

Browse files
committed
Update release workflow to reflect correct web folder 'templates'
1 parent 7ff8d17 commit 0d0bbbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@ jobs:
7575
cp $BINARY .;
7676
zip -r releases/$(basename $RELEASE_DIR).zip \
7777
$(basename ${BINARY}) \
78+
templates \
79+
static \
7880
scripts \
79-
web \
8081
pretexts \
8182
config.json \
8283
VERSION \

0 commit comments

Comments
 (0)