Skip to content

Commit abe9633

Browse files
author
Marcin Przepiorowski
committed
build fixes
2 parents 6aa563f + b634c26 commit abe9633

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ jobs:
271271
echo ln -sf runner \$i >> install.sh
272272
echo done >> install.sh
273273
274-
cp ${CDIR}/dxtools.conf.example ${CDIR}/dxusers.csv.example ${CDIR}/dxtoolkit2
274+
cp ${CDIR}/bin/dxtools.conf.example ${CDIR}/bin/dxusers.csv.example ${CDIR}/dxtoolkit2
275275
276276
277277
cd ${CDIR}

.github/workflows/develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ jobs:
303303
echo ln -sf runner \$i >> install.sh
304304
echo done >> install.sh
305305
306-
cp ${CDIR}/dxtools.conf.example ${CDIR}/dxusers.csv.example ${CDIR}/dxtoolkit2
306+
cp ${CDIR}/bin/dxtools.conf.example ${CDIR}/bin/dxusers.csv.example ${CDIR}/dxtoolkit2
307307
308308
309309
cd ${CDIR}

0 commit comments

Comments
 (0)