Skip to content

Commit

Permalink
Update release-scenexec to v1.5.22
Browse files Browse the repository at this point in the history
  • Loading branch information
lcswillems committed Jan 9, 2024
1 parent c9e5154 commit 67b5897
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-scenexec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

env:
TAG: v1.4.81
TAG: v1.5.22

jobs:
build:
Expand All @@ -22,8 +22,8 @@ jobs:

- name: Build binary
run: |
git clone https://github.com/multiversx/mx-chain-vm-v1_4-go
cd mx-chain-vm-v1_4-go
git clone https://github.com/multiversx/mx-chain-vm-go
cd mx-chain-vm-go
git checkout tags/${{ env.TAG }}
cd cmd/test
go build -o scenexec-${{ matrix.os }} -ldflags "-extldflags '-Wl,-rpath,\$ORIGIN'"
Expand All @@ -32,7 +32,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: scenexec
path: ./mx-chain-vm-v1_4-go/cmd/test/scenexec-${{ matrix.os }}
path: ./mx-chain-vm-go/cmd/test/scenexec-${{ matrix.os }}

release:
needs: build
Expand Down

0 comments on commit 67b5897

Please sign in to comment.