dfinity / ic-wasm

A collection of libraries and tools for transforming Wasm canisters running on the Internet Computer
Apache License 2.0
34 stars 5 forks source link

Fix release path #39

Closed bitdivine closed 1 year ago

bitdivine commented 1 year ago

Motivation

The path used when releasing binaries is no longer correct, leading to broken releases.

Changes

Tests

I have pushed a beta tag to this PR.

Cargo binstall cannot be tested until there is a proper release. Maybe it could be tested by temporarily releasing a valid semantic version that would never be used, testing binstall, then deleting that release. Let me try that. Nope, that won't work. Unfortunately I see no way of testing that other than by making a real release.