mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Fix artifact name
This commit is contained in:
parent
a910851422
commit
40b8638ddd
1 changed files with 4 additions and 4 deletions
8
.github/workflows/create-artifact.yml
vendored
8
.github/workflows/create-artifact.yml
vendored
|
|
@ -39,22 +39,22 @@ jobs:
|
||||||
runner: ubuntu-24.04-arm
|
runner: ubuntu-24.04-arm
|
||||||
target: node20-linux-arm64
|
target: node20-linux-arm64
|
||||||
extension: ""
|
extension: ""
|
||||||
- os: linux
|
- os: linuxstatic
|
||||||
arch: x64
|
arch: x64
|
||||||
runner: ubuntu-latest
|
runner: ubuntu-latest
|
||||||
target: node20-linuxstatic-x64
|
target: node20-linuxstatic-x64
|
||||||
extension: ""
|
extension: ""
|
||||||
- os: linux
|
- os: linuxstatic
|
||||||
arch: arm64
|
arch: arm64
|
||||||
runner: ubuntu-24.04-arm
|
runner: ubuntu-24.04-arm
|
||||||
target: node20-linuxstatic-arm64
|
target: node20-linuxstatic-arm64
|
||||||
extension: ""
|
extension: ""
|
||||||
- os: linux
|
- os: alpine
|
||||||
arch: x64
|
arch: x64
|
||||||
runner: ubuntu-latest
|
runner: ubuntu-latest
|
||||||
target: node20-alpine-x64
|
target: node20-alpine-x64
|
||||||
extension: ""
|
extension: ""
|
||||||
- os: linux
|
- os: alpine
|
||||||
arch: arm64
|
arch: arm64
|
||||||
runner: ubuntu-24.04-arm
|
runner: ubuntu-24.04-arm
|
||||||
target: node20-alpine-arm64
|
target: node20-alpine-arm64
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue