Artifact upload step in build

This commit is contained in:
2023-09-21 12:52:56 -05:00
parent 592b5037c8
commit bed6701e42

View File

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