mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Publish correct build artifact
This commit is contained in:
parent
955c8a8e2b
commit
e4195dd33a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/create-artifact.yml
vendored
6
.github/workflows/create-artifact.yml
vendored
|
|
@ -5,7 +5,7 @@ on:
|
|||
workflow_call:
|
||||
inputs:
|
||||
version:
|
||||
description: 'Version to set in package.json'
|
||||
description: "Version to set in package.json"
|
||||
required: false
|
||||
type: string
|
||||
|
||||
|
|
@ -137,5 +137,5 @@ jobs:
|
|||
- name: Upload proxy artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: proxy-${{ matrix.os }}-${{ matrix.arch }}
|
||||
path: proxy/target/${{ matrix.target }}/release/proxy${{ matrix.extension }}
|
||||
name: safe-chain-proxy-${{ matrix.os }}-${{ matrix.arch }}
|
||||
path: proxy/target/${{ matrix.target }}/release/safe-chain-proxy${{ matrix.extension }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue