ci: rename nimvm2 to nimvm

This commit is contained in:
jangko 2023-06-27 07:40:01 +07:00
parent dac1454a15
commit 7dbcf94280
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
2 changed files with 5 additions and 6 deletions

View File

@ -32,16 +32,16 @@ jobs:
# vm2
- os: linux
cpu: amd64
evmc: nimvm2
evmc: nimvm
# - os: linux
# cpu: i386
# evmc: nimvm2
# evmc: nimvm
- os: windows
cpu: amd64
evmc: nimvm2
evmc: nimvm
- os: macos
cpu: amd64
evmc: nimvm2
evmc: nimvm
include:
- target:
os: linux

View File

@ -166,8 +166,7 @@ jobs:
with:
delete_release: true
tag_name: sim-stat
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Simulators results
uses: ncipollo/release-action@v1