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
|
||||
- name: build
|
||||
run: zig build -Drelease-safe
|
||||
- name: upload
|
||||
uses: actions/upload-artifacts@v2
|
||||
with:
|
||||
name: build-${{matrix.os}}
|
||||
path: zig-out/bin
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user