aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
AgeCommit message (Collapse)Author
2023-04-06build: Use `npm clean-install` (#257)GeckoEidechse
instead of `npm install` `npm clean-install` is recommended over `npm install` for CI pipelines.
2023-04-05fix: Use refname instead of release namev1.12.1GeckoEidechse
Cause tag is ref not release
2023-04-05build: Generate release draft on tag (#256)GeckoEidechse
2023-03-19build: Update outdated checkout action (#220)GeckoEidechse
2023-03-19build: Replace unmaintained action (#210)GeckoEidechse
* 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
2023-03-08build: Upload Windows pdb to Sentry via CI (#205)GeckoEidechse
Uploads the Windows debug symbols to sentry.io via CI
2023-02-26build: Upload Windows `.pdb` (#192)GeckoEidechse
* build: Upload pdb as well * build: Upload Windows pdb on release build
2022-12-21build: Cache Rust build artifacts (#118)GeckoEidechse
* 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
2022-11-21chore: Bump actions/setup-node to v3 (#62)GeckoEidechse
2022-11-10chore: Bump checkout action version (#43)GeckoEidechse
Version 2 uses Node 12 which is being deprecated by GitHub. Version 3 should use Node 16 instead.
2022-10-19chore: Update Ubuntu version in CI (#22)GeckoEidechse
2022-10-02fix: Update CI for new UI frameworkGeckoEidechse
2022-08-30Do not add additional scripts to releaseGeckoEidechse
2022-08-30Drop deb packageGeckoEidechse
It's the only one not supported by auto-update Might reconsider once adding Flatpak support
2022-08-27Publish release file as releasev0.0.5GeckoEidechse
2022-08-26Upload all file in directory on releasev0.0.2GeckoEidechse
2022-08-26Add release CIv0.0.1GeckoEidechse