Age | Commit message (Collapse) | Author |
|
This reverts commit 348f30e23276b8a7722eb562a0a8995708e7c2dd.
There's a breaking change in v4 that currently prevents releases from building.
As such, revert the version bump for now until the breaking changes have been addressed.
|
|
v3 uses Node 16 which is slated for deprecation by GitHub Actions
|
|
v3 uses Node 16 which is slated for deprecation by GitHub Actions
|
|
v3 uses Node 16 which is slated for deprecation by GitHub Actions
|
|
The filename was changed in #620 but the CI config was never updated
accordingly.
As such it still tried to upload the old filename and would silent fail.
|
|
instead of `npm install`
`npm clean-install` is recommended over `npm install` for CI pipelines.
|
|
Cause tag is ref not release
|
|
|
|
|
|
* build: Replace unmaintained action
Replaces actions-rs/toolchain with dtolnay/rust-toolchain and updates
some more code in the process.
* build: Do format check by invoking cargo directly
Instead of relying on unmaintained and outdated action
* build: Replace action for getting rust toolchain
Use dtolnay/rust-toolchain instead of unmaintained actions-rs/toolchain
* build: Replace action for getting rust toolchain
Use dtolnay/rust-toolchain instead of unmaintained actions-rs/toolchain
* build: Replace action for getting rust toolchain
Use dtolnay/rust-toolchain instead of unmaintained actions-rs/toolchain
* fix: Correct syntax error
|
|
Uploads the Windows debug symbols to sentry.io via CI
|
|
* build: Upload pdb as well
* build: Upload Windows pdb on release build
|
|
* build: Attempt caching Rust build artifacts
* temp: Change to force recompile to test cache
* build: Set Rust workspace dir correctly
* temp: Change to force recompile to test cache
|
|
|
|
Version 2 uses Node 12 which is being deprecated by GitHub.
Version 3 should use Node 16 instead.
|
|
|
|
|
|
|
|
It's the only one not supported by auto-update
Might reconsider once adding Flatpak support
|
|
|
|
|
|
|