We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7ffee commit 7e364a1Copy full SHA for 7e364a1
tasks/ci.rake
@@ -81,7 +81,7 @@ def rake_task_matrix
81
STANDALONE_PACKAGES.map do |pkg|
82
{
83
task: "standalone:#{pkg[:name]}",
84
- artifact: "packages/standalone-packages/#{pkg[:name]}/dist",
+ artifact: "packages/standalone/#{pkg[:name]}/dist",
85
artifact_name: "standalone-#{pkg[:name]}",
86
builder: "wasm32-unknown-wasi",
87
rubies_cache_key: ruby_cache_keys[pkg[:build]]
0 commit comments