shouldve double checked the path

This commit is contained in:
Adrian Richter 2021-09-24 11:08:14 +02:00
parent cda2c0c21c
commit cc4666646d

View File

@ -61,7 +61,7 @@ jobs:
run: |
if [ "${{ matrix.service.name }}" = "openslides-client" ]
then
eval echo ${IMAGE_VERSION}${TAG_SUFFIX} > src/assets/version.txt
eval echo ${IMAGE_VERSION}${TAG_SUFFIX} > client/src/assets/version.txt
fi
if [ "${{ matrix.service.args }}" != "" ]
then