Taiki Endo
Taiki Endo
Do you mean you want to do something like [this](https://github.com/taiki-e/github-actions/blob/2e495ecba38d97e3a98ae24163a001c286f1675d/.github/workflows/release-dry-run.yml#L154-L170)? (Now that [outputs](https://github.com/taiki-e/upload-rust-binary-action?tab=readme-ov-file#outputs) have been implemented, getting the filename is easier than when that code was written.)
> this script doesn't work on Windows Try `shell: bash` or [setting shell globally](https://github.com/taiki-e/github-actions/blob/2e495ecba38d97e3a98ae24163a001c286f1675d/.github/workflows/release-dry-run.yml#L41). > upload-rust-binary-action seems to have to read the tag information, so it can't be executed on...
> What did I wrong in the script ? > > ``` > > name: Release for multiple platforms > > on: > release: > types: [created] > > permissions:...
> I like that BINARY Packets ar BUILD when I did a **git push** to my project. In that case, I think you have to specify the push condition triggered...
The previous attempt was https://github.com/crossbeam-rs/crossbeam/issues/199#issuecomment-1019549315.
loom does not usually provide an equivalent of the standard library's unstable API. And you can easily implement this by writing a simple wrapper of UnsafeCell.
Closing in favor of #117
Could you tell us how specifically you plan to embed this into binstall? For example, if binstall refers to it by tag or rev, no problem, but otherwise maybe versioning...
To be honest, I'm not much in favor of merging as is, as I expect that people will eventually require that checksum verification be done for supported tools reliably. What...
> I think that we only need the major version in the branch name, i.e. manifest-schema-1 I said major_and_minor_version because I was speaking under the assumption that the major version...