From 6a7c086514c6ec3e176e3ed6b48593d28d871a1d Mon Sep 17 00:00:00 2001 From: WerWolv Date: Fri, 3 Dec 2021 13:49:39 +0100 Subject: [PATCH] build: Fixed .deb path --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b5ee35b5d..4983805ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: - name: 📦 Bundle .deb run: | dpkg-deb --build build/install - mv install.deb imhex.deb + mv build/install.deb imhex.deb - name: ⬆️ Upload ELF uses: actions/upload-artifact@v2 @@ -84,7 +84,7 @@ jobs: - name: ⬆️ Upload .deb uses: actions/upload-artifact@v2 with: - name: Linux .deb + name: Linux DEB path: | imhex.deb win: