File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 4747 rustup update stable
4848 rustup component add rustfmt rust-src clippy
4949 rustup target add ${{ matrix.target }}
50+ rustup target add wasm32-unknown-unknown
5051 - name : Run Tests (univ)
5152 run : cargo test --features univ
5253 - name : Run Tests (wasm)
8889 if : contains(matrix.target, 'windows')
8990 run : echo version=$((Get-Content ./cmd/Cargo.toml | Select-String '^version').ToString().Split('"')[1]) >> $GITHUB_ENV
9091 - name : Naming (windows)
91- if : contains(matrix.target, 'darwin') || contains(matrix.target, 'linux ')
92+ if : contains(matrix.target, 'windows ')
9293 run : Rename-Item -Path target/${{ matrix.target }}/release/basjoofan.exe -NewName target/${{ matrix.target }}/release/basjoofan-${{ env.version }}-${{ matrix.target }}.exe
9394 - name : Upload Artifacts
9495 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments