Skip to content

Commit

Permalink
Switch to Native Cargo Action for Building aswell
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Engelhardt <[email protected]>
  • Loading branch information
antonengelhardt committed Jul 2, 2023
1 parent 2ced099 commit 09a9c6c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ jobs:
build:
needs: test
runs-on: ubuntu-latest
container:
image: zivgitlab.wwu.io/m_wiga01/rust-docker-tools/rust-docker-tools:latest
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Build
run: |
cargo build --target wasm32-wasi --release
- name: Build Wasm binary
uses: actions-rs/cargo@v1
with:
command: build
args: --target wasm32-wasi --release

- name: Archive production artifacts
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -77,5 +77,5 @@ jobs:
- name: Archive documentation
uses: actions/upload-artifact@v2
with:
name: docs.zip
name: docs
path: target/doc/docs.zip

0 comments on commit 09a9c6c

Please sign in to comment.