CI: upload package artifact

This commit is contained in:
Carl Philipp Klemm 2025-09-16 11:02:14 +02:00
parent b07adbf181
commit f8bc1e2a8b

View file

@ -11,6 +11,12 @@ jobs:
- name: Check out repository code
uses: ischanx/checkout@8c80eac3058d03dc5301629e8f7d59ae255d6cc3
- name: Build
run: mkdir ${{ gitea.workspace }}/build; cd ${{ gitea.workspace }}/build; cmake ..; make
- name: List files in the build dir
run: ls
run: mkdir ${{ gitea.workspace }}/build; cd ${{ gitea.workspace }}/build; cmake -DCMAKE_BUILD_TYPE=Release ..; make
- name: Package
run: cd ${{ gitea.workspace }}/build; make package
- name: Upload artifacts
uses: https://gitea.com/actions/upload-artifact.git@v4.6.2
with:
name: package-linux
path: eismultiplexer-linux-*.zip