Conversation
|
Actually, can I ask you to wait with merging this for a bit? It might be necessary to downgrade rust to 1.56 for the release build because of this bug. |
|
OK, please notify me after the bug is fixed. |
ikanago
left a comment
There was a problem hiding this comment.
After the bug is fixed, I will test these workflows.
| echo "Version: ${{ env.PROJECT_VERSION }}" | ||
|
|
||
| - name: Check git tag against toml values | ||
| if: ${{ matrix.job.os != 'windows-2019' }} # windows too weird |
There was a problem hiding this comment.
These files are identical among jobs, so just checking on one job, ubuntu-20.04 for example, is enough.
There was a problem hiding this comment.
That is what I thought at first, too, but tell me: Won't the publish step for the other os still run, creating a release with some missing files?
omekasy/.github/workflows/release.yml
Lines 89 to 95 in a36cd66
|
I give up. Instead of that bug above getting fixed, webassembly.sh is getting more and more broken. You could of course publish to wapm.io for other reasons, but I'm not quite sure what those would be. (Unrelated: I might package this for nixpkgs, though. [Edit:] Easy.) |
Implements #29.
I've tested this on some other repository, but I obviously can't test it on yours. So there might be some quirks.
For the login token, you'll have to:
And then register that as a new repository secret on this github repo.