From f00b9f05ac2cec49a4df173e4fc8712b8523f919 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Wed, 5 Jul 2023 20:25:40 +0200 Subject: [PATCH] build: Fixed Ubuntu build issues --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f9207ff68..04fb53fae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -276,6 +276,7 @@ jobs: # Ubuntu cmake build - name: 🛠️ Build run: | + git config --global --add safe.directory '*' echo COMMIT_SHA_SHORT=$(git rev-parse --short HEAD) >> $GITHUB_ENV echo COMMIT_SHA_LONG=$(git rev-parse HEAD) >> $GITHUB_ENV echo COMMIT_BRANCH=$(git rev-parse --abbrev-ref HEAD) >> $GITHUB_ENV @@ -302,12 +303,12 @@ jobs: run: | cp -r build/DEBIAN build/DebDir dpkg-deb -Zgzip --build build/DebDir - mv build/DebDir.deb imhex-${{env.IMHEX_VERSION}}-Ubuntu-22.04-x86_64.deb + mv build/DebDir.deb imhex-${{env.IMHEX_VERSION}}-Ubuntu-${{ matrix.release_num }}-x86_64.deb - name: ⬆️ Upload DEB uses: actions/upload-artifact@v3 with: - name: Ubuntu 22.04 DEB x86_64 + name: Ubuntu ${{ matrix.release_num }} DEB x86_64 path: '*.deb' # AppImage build