Update action name

This commit is contained in:
bjorn3 2023-03-21 17:18:03 +00:00
parent 608ca6f45b
commit 273ca2f537
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
name: 'wasmtime github releases' name: 'rustc_codegen_cranelift github releases'
description: 'wasmtime github releases' description: 'rustc_codegen_cranelift github releases'
inputs: inputs:
token: token:
description: '' description: ''

View File

@ -1,11 +1,11 @@
{ {
"name": "wasmtime-github-release", "name": "rustc_codegen_cranelift-github-release",
"version": "0.0.0", "version": "0.0.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "wasmtime-github-release", "name": "rustc_codegen_cranelift-github-release",
"version": "0.0.0", "version": "0.0.0",
"dependencies": { "dependencies": {
"@actions/core": "^1.9.1", "@actions/core": "^1.9.1",

View File

@ -1,5 +1,5 @@
{ {
"name": "wasmtime-github-release", "name": "rustc_codegen_cranelift-github-release",
"version": "0.0.0", "version": "0.0.0",
"license": "Apache-2.0 WITH LLVM-exception", "license": "Apache-2.0 WITH LLVM-exception",
"main": "main.js", "main": "main.js",