Merge commit 'ef07e8e60f' into sync_cg_clif-2023-04-29
This commit is contained in:
parent
2f624db5ea
commit
8bf550e616
51 changed files with 1469 additions and 675 deletions
13
.github/actions/github-release/action.yml
vendored
Normal file
13
.github/actions/github-release/action.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
name: 'rustc_codegen_cranelift github releases'
|
||||
description: 'rustc_codegen_cranelift github releases'
|
||||
inputs:
|
||||
token:
|
||||
description: ''
|
||||
required: true
|
||||
files:
|
||||
description: ''
|
||||
required: true
|
||||
runs:
|
||||
using: 'node16'
|
||||
main: 'main.js'
|
||||
Loading…
Add table
Add a link
Reference in a new issue