ci: upload artifacts attempt 1
This commit is contained in:
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -30,6 +30,11 @@ jobs:
|
|||||||
submodules: true
|
submodules: true
|
||||||
- name: build
|
- name: build
|
||||||
run: zig build -Drelease-safe
|
run: zig build -Drelease-safe
|
||||||
|
- name: upload
|
||||||
|
uses: actions/upload-artifacts@v2
|
||||||
|
with:
|
||||||
|
name: build-${{matrix.os}}
|
||||||
|
path: zig-out/bin
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user