From 02df1976c703a1f4bce89dcc987e7575c6ef4bf7 Mon Sep 17 00:00:00 2001 From: Martin Gerhardy Date: Fri, 14 Aug 2020 08:40:33 +0200 Subject: [PATCH] CI: next attempt to fix the artifact upload path --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eb35e5966..375fb89e6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,11 +46,12 @@ jobs: sudo apt-get update sudo apt-get install cmake debhelper devscripts build-essential lintian libsdl2-dev libuv1-dev libsdl2-mixer-dev postgresql-server-dev-all libpq-dev libenet-dev qt5-default qttools5-dev qttools5-dev-tools opencl-c-headers wayland-protocols pkg-config uuid-dev debuild -b -ui -uc -us + mv ../*.deb . - name: Upload the artifacts uses: actions/upload-artifact@v2 with: name: debian - path: ../vengi*.deb + path: vengi*.deb linux: runs-on: ubuntu-20.04 steps: