Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit e140668

Browse files
authored
Merge pull request #220 from huff-language/stage
Stage
2 parents e0f640f + ea19e35 commit e140668

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+4340
-2821
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Release version
33
on:
44
push:
55
tags:
6-
- 'v*.*.*'
6+
- "v*.*.*"
77
schedule:
8-
- cron: '0 0 * * *'
8+
- cron: "0 0 * * *"
99
workflow_dispatch:
1010

1111
env:
@@ -77,12 +77,12 @@ jobs:
7777
# The target is used by Cargo
7878
# The arch is either 386, arm64 or amd64
7979
# The svm target platform to use for the binary https://github.com/roynalnaruto/svm-rs/blob/84cbe0ac705becabdc13168bae28a45ad2299749/svm-builds/build.rs#L4-L24
80-
- os: ubuntu-latest
80+
- os: ubuntu-20.04
8181
platform: linux
8282
target: x86_64-unknown-linux-gnu
8383
arch: amd64
8484
svm_target_platform: linux-amd64
85-
- os: ubuntu-latest
85+
- os: ubuntu-20.04
8686
platform: linux
8787
target: aarch64-unknown-linux-gnu
8888
arch: arm64
@@ -197,8 +197,8 @@ jobs:
197197
if: ${{ env.IS_NIGHTLY }}
198198
uses: softprops/action-gh-release@v1
199199
with:
200-
name: 'Nightly'
201-
tag_name: 'nightly'
200+
name: "Nightly"
201+
tag_name: "nightly"
202202
prerelease: true
203203
body: ${{ needs.prepare.outputs.changelog }}
204204
files: |

0 commit comments

Comments
 (0)