From 7dbcf942800bca821bfc9573db48f88251fbc774 Mon Sep 17 00:00:00 2001 From: jangko Date: Tue, 27 Jun 2023 07:40:01 +0700 Subject: [PATCH] ci: rename nimvm2 to nimvm --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/simulators.yml | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b474bac0..2c7c4d9a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/simulators.yml b/.github/workflows/simulators.yml index 5ed2acc29..4b84bf03f 100644 --- a/.github/workflows/simulators.yml +++ b/.github/workflows/simulators.yml @@ -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