From 0603de00b5cf614fa6c6250abc4e5997e59a3174 Mon Sep 17 00:00:00 2001 From: sn248 Date: Wed, 18 Dec 2024 13:11:58 -0500 Subject: [PATCH] added rwasm github actions --- .github/workflows/release-file-system-image.yml | 17 +++++++++++++++++ sundialr.Rproj | 1 + 2 files changed, 18 insertions(+) create mode 100644 .github/workflows/release-file-system-image.yml diff --git a/.github/workflows/release-file-system-image.yml b/.github/workflows/release-file-system-image.yml new file mode 100644 index 0000000..87bf570 --- /dev/null +++ b/.github/workflows/release-file-system-image.yml @@ -0,0 +1,17 @@ +# 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 + permissions: + # For publishing artifact files to the release + contents: write + # To download GitHub Packages within action + repository-projects: read diff --git a/sundialr.Rproj b/sundialr.Rproj index 6992fe3..e09203e 100644 --- a/sundialr.Rproj +++ b/sundialr.Rproj @@ -1,4 +1,5 @@ Version: 1.0 +ProjectId: ab7be2bc-9155-4cca-83ac-08e1e7331014 RestoreWorkspace: No SaveWorkspace: No