CI: next attempt to fix the artifact upload path

master
Martin Gerhardy 2020-08-14 08:40:33 +02:00
parent 0c41358ea6
commit 02df1976c7
1 changed files with 2 additions and 1 deletions

View File

@ -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: