Build and deploy wasm R package image #5
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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@reusable_workflows2 | |
permissions: | |
# For publishing artifact files to the release | |
contents: write | |
# To download GitHub Packages within action | |
repository-projects: read |