mirror of
https://github.com/Xevion/orianne.git
synced 2025-12-09 10:07:50 -06:00
Artifact upload step in build
This commit is contained in:
7
.github/workflows/build.yaml
vendored
7
.github/workflows/build.yaml
vendored
@@ -19,7 +19,6 @@ jobs:
|
|||||||
host: "linux"
|
host: "linux"
|
||||||
target: "desktop"
|
target: "desktop"
|
||||||
arch: "gcc_64"
|
arch: "gcc_64"
|
||||||
# dir: "${{github.workspace}}/qt/"
|
|
||||||
install-deps: "true"
|
install-deps: "true"
|
||||||
|
|
||||||
- name: List files in Qt
|
- name: List files in Qt
|
||||||
@@ -32,3 +31,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cmake --build '${{github.workspace}}'/build
|
run: cmake --build '${{github.workspace}}'/build
|
||||||
|
|
||||||
|
- name: Upload artifact
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: build
|
||||||
|
path: build
|
||||||
Reference in New Issue
Block a user