Skip to content

Changed file to folder #19

Changed file to folder

Changed file to folder #19

Workflow file for this run

---
name: "pre-release"
on:
push:
branches:
- "main"
jobs:
pre-release:
name: "Pre Release"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout source code"
uses: "actions/checkout@v3"
with:
lfs: true
fetch-depth: 0
- name: "Build & test"
run: |
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
cd /home/runner/work/Crustacean/Crustacean/ && wasm-pack build --target web
- name: "Artifact"
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Development Build"
files: |
pkg/