Skip to content

Commit 7e364a1

Browse files
Fix CI matrix configuration for standalone artifacts
1 parent fd7ffee commit 7e364a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/ci.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def rake_task_matrix
8181
STANDALONE_PACKAGES.map do |pkg|
8282
{
8383
task: "standalone:#{pkg[:name]}",
84-
artifact: "packages/standalone-packages/#{pkg[:name]}/dist",
84+
artifact: "packages/standalone/#{pkg[:name]}/dist",
8585
artifact_name: "standalone-#{pkg[:name]}",
8686
builder: "wasm32-unknown-wasi",
8787
rubies_cache_key: ruby_cache_keys[pkg[:build]]

0 commit comments

Comments
 (0)