diff --git a/.gitea/workflows/autotools-cross.yml b/.gitea/workflows/autotools-cross.yml index 986bb91..df0cb7b 100644 --- a/.gitea/workflows/autotools-cross.yml +++ b/.gitea/workflows/autotools-cross.yml @@ -36,7 +36,7 @@ jobs: autoconf automake --add-missing ./configure $HOST --prefix=/usr - DESTDIR=build make install + DESTDIR=$(realpath build) make install - name: Save artifact uses: actions/upload-artifact@v3 with: