Skip to content

Commit

Permalink
Update for new compressed .tgz package format
Browse files Browse the repository at this point in the history
  • Loading branch information
georgestagg committed Sep 11, 2024
1 parent b405227 commit 7aca101
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_testing-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
print(dir("_repo", recursive = TRUE))
stopifnot(dir.exists("_repo/bin/emscripten/contrib/4.3/"))
build-rwasm-gzip:
build-rwasm-compressed:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -56,4 +56,4 @@ jobs:
compress: true
- name: Verify repo built with compressed images exists
run: |
[ -n "$(find _repo -name '*.data.gz')" ]
[ -n "$(find _repo -name '*.tgz')" ]
5 changes: 2 additions & 3 deletions build-rwasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ jobs:
with:
packages: |
cli
# Use `library.data` and `library.js.metadata` files or repository files
# in `./_site` directory to create a GitHub Pages site.
# Use repository files in `./_site` directory to create a GitHub Pages site.
```

To add the library image files to any GitHub release as assets files, use the [`release-file-system-image`](../examples/release-file-system-image.yml) workflow example.
Expand Down

0 comments on commit 7aca101

Please sign in to comment.