CI: upload package artifact
This commit is contained in:
parent
b07adbf181
commit
f8bc1e2a8b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue