mirror of
https://github.com/Xevion/orianne.git
synced 2025-12-05 23:15:32 -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"
|
||||
target: "desktop"
|
||||
arch: "gcc_64"
|
||||
# dir: "${{github.workspace}}/qt/"
|
||||
install-deps: "true"
|
||||
|
||||
- name: List files in Qt
|
||||
@@ -32,3 +31,9 @@ jobs:
|
||||
|
||||
- name: 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