`moon publish` thread 'main' panicked at src/publish.rs:24:41
called `Result::unwrap()` on an `Err` value: Os *** code: 2, kind: NotFound, message: "No such file or directory" ***
Actual behavior
The publish action in QuickCheck reports an error, as shown above
Expected Behavior
The source of the error is not yet clear, but panicking may not be the most appropriate response. At the very least, more detailed information should be provided to explain why the operation failed.
Steps to Reproduce
Run publish action in repository moonbitlang/quickcheck
Environment
- ubuntu-latest (Github action)
Checklist
Actual behavior
The publish action in QuickCheck reports an error, as shown above
Expected Behavior
The source of the error is not yet clear, but panicking may not be the most appropriate response. At the very least, more detailed information should be provided to explain why the operation failed.
Steps to Reproduce
Run
publishaction in repositorymoonbitlang/quickcheckEnvironment
Checklist