Skip to content

Commit

Permalink
added rwasm github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sn248 committed Dec 18, 2024
1 parent 9e5f608 commit 0603de0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release-file-system-image.yml
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions sundialr.Rproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Version: 1.0
ProjectId: ab7be2bc-9155-4cca-83ac-08e1e7331014

RestoreWorkspace: No
SaveWorkspace: No
Expand Down

0 comments on commit 0603de0

Please sign in to comment.