Skip to content

Commit

Permalink
upload binaries as artifacts (KhronosGroup#2144)
Browse files Browse the repository at this point in the history
Upload artifacts to CI as well.
  • Loading branch information
Trass3r authored May 12, 2023
1 parent 54b48a2 commit c26a2e8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:

runs-on: "${{ matrix.platform }}"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: '3.x'

Expand Down Expand Up @@ -50,6 +50,10 @@ jobs:
cmake --build . --config Release
cmake --build . --config Release --target install
- uses: actions/upload-artifact@v3
with:
name: ${{ matrix.platform }}-binaries
path: build/output
- name: Test SPIRV-Cross
shell: bash
working-directory: ${{github.workspace}}/build
Expand All @@ -60,7 +64,7 @@ jobs:
container: khronosgroup/docker-images:asciidoctor-spec

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

# REUSE license checker
- name: license-check
Expand Down

0 comments on commit c26a2e8

Please sign in to comment.