Browse Source

Publish artifacts after building LLVM.

pull/1507/head
Joao Matos 5 years ago
parent
commit
79ab3f0c00
  1. 6
      .github/workflows/llvm.yml

6
.github/workflows/llvm.yml

@ -50,3 +50,9 @@ jobs: @@ -50,3 +50,9 @@ jobs:
- name: Package LLVM
shell: bash
run: build/premake.sh --file=build/scripts/LLVM.lua package_llvm
- name: 'Upload Artifact'
uses: actions/upload-artifact@v2
with:
name: llvm
path: build/scripts/llvm-*-*.*
Loading…
Cancel
Save