Skip to content

Merge branch '42406-wget' into 'main' #5

Merge branch '42406-wget' into 'main'

Merge branch '42406-wget' into 'main' #5

Workflow file for this run

name: Release
on:
push:
tags:
- '*'
jobs:
build-wasibox:
name: Build wasibox
uses: ./.github/workflows/build.yml
release-wasibox:
name: Release
needs: [build-wasibox]
runs-on: ubuntu-latest
steps:
- name: Download artifact
uses: actions/download-artifact@v3
with:
name: wasibox
path: ./
- name: Release
uses: marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
prerelase: false
files: |
wasibox.wasm