File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
# see https://github.com/orgs/community/discussions/26286#discussioncomment-3251208 for why we need to check the ref
19
19
if : ${{ contains(github.ref, 'refs/heads/release/') }} || ${{ github.ref=='refs/heads/main' }}
20
20
needs : [ benchmarks ]
21
- runs-on : windows -latest
21
+ runs-on : ubuntu -latest
22
22
env :
23
23
PLATFORM : x64
24
24
steps :
@@ -59,10 +59,10 @@ jobs:
59
59
- name : Set HYPERLIGHTWASM_VERSION
60
60
run : |
61
61
git fetch --tags || true
62
- $env: MINVER_TAG_PREFIX="v"
63
- $env: MINVER_AUTO_INCREMENT_LEVEL="Minor"
64
- $env: MINVER_PRERELEASE_IDENTIFIER="preview"
65
- echo "HYPERLIGHTWASM_VERSION=$(minver)"| Out-File -FilePath $Env: GITHUB_ENV -Encoding utf-8 -Append
62
+ export MINVER_TAG_PREFIX="v"
63
+ export MINVER_AUTO_INCREMENT_LEVEL="Minor"
64
+ export MINVER_PRERELEASE_IDENTIFIER="preview"
65
+ echo "HYPERLIGHTWASM_VERSION=$(minver)" >> $ GITHUB_ENV
66
66
echo "HYPERLIGHTWASM_VERSION=$(minver)"
67
67
shell : pwsh
68
68
- name : Download Wasm Modules
You can’t perform that action at this time.
0 commit comments