Skip to content

Commit

Permalink
test and try
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausVigo committed Sep 4, 2024
1 parent f6da31c commit f3d4575
Showing 1 changed file with 17 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

0 comments on commit f3d4575

Please sign in to comment.