mirror of https://github.com/InoriRus/Kyty.git
Add step to upload artifact
This commit is contained in:
parent
8acdaa2346
commit
b0a56336c0
|
@ -31,3 +31,8 @@ jobs:
|
||||||
run: _build.bat
|
run: _build.bat
|
||||||
working-directory: _Build/_Gcc
|
working-directory: _Build/_Gcc
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
- name: Upload artifacts
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: Kyty
|
||||||
|
path: _Build/_Gcc/_bin
|
||||||
|
|
Loading…
Reference in New Issue