File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9595 path : target/wasm32-wasip2/release/${{ steps.get_name.outputs.NAME }}.wasm
9696 retention-days : 7
9797
98- test :
99- name : Test
100- needs : [ build ]
101- runs-on : ubuntu-latest
102- environment :
103- name : " ${{ github.ref_name }}"
104- steps :
105- - id : checkout
106- name : Checkout
107- uses : actions/checkout@v6.0.2
108-
109- - id : setup_rust
110- name : Setup Rust
111- uses : actions-rust-lang/setup-rust-toolchain@d197c158264056996cfba74a9c2d93886346edc3
112- with :
113- toolchain : stable
114- target : wasm32-wasip2
115-
116- - id : run_tests
117- name : Run Tests
118- run : cargo test --all --no-fail-fast --no-run
119- shell : bash
120-
12198 nightly_release :
12299 name : Nightly Release
123- needs : [ test ]
100+ needs : [ build ]
124101 runs-on : ubuntu-latest
125102 environment :
126103 name : " ${{ github.ref_name }}"
@@ -139,12 +116,6 @@ jobs:
139116 path : dist/
140117 merge-multiple : true
141118
142- - id : generate_release_notes
143- name : Generate Release Notes
144- run : |
145- echo "From commit: $(git rev-parse --short HEAD)" > dist/RELEASE.md
146- echo "Generated on: $(date -u +"%Y-%m-%d %H:%M") UTC" >> dist/RELEASE.md
147-
148119 - id : update_nightly_tag
149120 name : Update Nightly Tag
150121 run : |
@@ -162,4 +133,6 @@ jobs:
162133 files : dist/${{ needs.build.outputs.NAME }}*
163134 tag_name : nightly
164135 name : Nightly Build
165- body_path : dist/RELEASE.md
136+ body : |
137+ From commit: ${{ github.sha }}
138+ Generated on: ${{ github.event.head_commit.timestamp }}
You can’t perform that action at this time.
0 commit comments