Skip to content

Build and deploy wasm R package image #1

Build and deploy wasm R package image

Build and deploy wasm R package image #1

# Workflow derived from https://github.com/r-wasm/actions/tree/v1/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
release:
# Must republish release to update assets
types: [ published ]
name: Build and deploy wasm R package image
jobs:
release-file-system-image:
uses: r-wasm/actions/.github/workflows/release-file-system-image.yml@v1

Check failure on line 12 in .github/workflows/release-file-system-image.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-file-system-image.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release-file-system-image.yml" -> "r-wasm/actions/.github/workflows/release-file-system-image.yml@v1" : failed to fetch workflow: workflow was not found.
permissions:
# For publishing artifact files to the release
contents: write
# To download GitHub Packages within action
repository-projects: read