Commit Graph

86 Commits

Author SHA1 Message Date
absidue f407d148c4
Remove the npm only --if-present arg from the workflows (#2753) 2022-10-21 09:22:51 +08:00
absidue 9a789337ce
Switch workflows from npm to yarn (#2750) 2022-10-20 18:33:00 +08:00
dependabot[bot] 6a36402365
Bump jossef/action-set-json-field from 1 to 2 (#2659)
Bumps [jossef/action-set-json-field](https://github.com/jossef/action-set-json-field) from 1 to 2.
- [Release notes](https://github.com/jossef/action-set-json-field/releases)
- [Commits](https://github.com/jossef/action-set-json-field/compare/v1...v2)

---
updated-dependencies:
- dependency-name: jossef/action-set-json-field
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-01 12:40:11 -04:00
dependabot[bot] 4077e9acd6
Bump actions/setup-node from 2 to 3 (#2658)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-01 12:39:43 -04:00
dependabot[bot] 64b895ad6e
Bump actions/github-script from 3 to 6 (#2657)
Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 6.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v3...v6)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-01 12:38:22 -04:00
dependabot[bot] 98582acbf6
Bump actions/checkout from 2 to 3 (#2660)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-01 12:26:05 -04:00
dependabot[bot] 298ed4deb8
Bump actions/upload-artifact from 2 to 3 (#2656)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-01 12:25:19 -04:00
absidue 19bf3880a4
Build and release 7zip artifacts (#2558) 2022-09-10 14:24:22 +00:00
Jai A P ce77d16ff5
Add linux armv7l and win/osx arm64 builds (#2113)
* Add linux armv7l

* Add linux armv7l

* Update release.yml

* Update build.yml

* Update release.yml

* Update build.js

* Update release.yml

* Update build.yml

* Update release.yml

* Update release.yml

* Update build.yml

* Update _scripts/build.js

Co-authored-by: ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com>

* Update _scripts/build.js

Co-authored-by: ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com>

* Update _scripts/build.js

Co-authored-by: ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com>

* Update build.yml

* Update build.yml

* Update release.yml

* Remove squirrel build from windows as unused

* Update build.yml

* Update release.yml

* Update build.yml

* Update release.yml

* Update build.yml

* Update release.yml

* Update .github/workflows/release.yml

Co-authored-by: PikachuEXE <pikachuexe@gmail.com>

* Update .github/workflows/build.yml

Co-authored-by: PikachuEXE <pikachuexe@gmail.com>

Co-authored-by: ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com>
Co-authored-by: PikachuEXE <pikachuexe@gmail.com>
2022-09-06 21:18:29 +00:00
PikachuEXE 23b33d799e
* Update GH workflows to run on ubuntu-latest (#2466)
Especially with ubuntu-18.04 deprecated

https://github.blog/changelog/2022-08-09-github-actions-ubuntu-22-04-is-now-generally-available-on-github-hosted-runners/
2022-08-11 23:07:48 +00:00
PikachuEXE 24bce11b05
* Update all GH workflow config to update node 14.x > 16.x (#1898) 2022-05-10 13:35:58 -04:00
Preston b98054547f
Temporarily Downgrade Linux Nightly Builds to Ubuntu 18.04 2022-04-18 02:46:58 +00:00
PrestonN 2b864a771f Bump version number to v0.15.0 and add RC build logic to CI script 2021-10-01 09:37:04 -04:00
PikachuEXE 439521893f
Switch from npm to yarn as package manager (#1692)
* Convert package-lock.json to yarn.lock via `yarn import`

* * Update workflows to use yarn instead of npm to install dependencies
2021-09-19 07:25:47 +00:00
Preston 81e376fc6f
Update build.yml 2021-05-16 18:04:39 -04:00
Preston 1e016438ff Update build.yml and release.yml 2021-03-06 18:43:51 -05:00
Preston e103de77de Update build.yml and release.yml for ARM64 builds 2021-03-06 18:14:47 -05:00
Preston a3fe91bef5 Update to Webpack 5 and Electron 12 2021-03-02 22:51:01 -05:00
Preston dfb3bd9a32
Add Nightly tags and build number to version number in automated builds (#779)
* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml
2020-11-11 21:25:37 -05:00
Preston 056fe43f17 Bump version number to v0.9.2 2020-10-31 11:47:50 -04:00
Preston adf2fff7ad
Fix pacman naming 2020-10-26 21:39:17 -04:00
Preston 38c5f1434b Bumb version number to v0.9.1 2020-10-21 17:10:19 -04:00
Preston da363b7eca
Add separate runner for ARM builds (#696)
* Add ARM builds to a separate runner

* Update build.yml

* Update build.yml
2020-10-19 16:00:21 -04:00
Preston 1e1d0164f0 Bump version number to v0.9.0 2020-10-08 15:28:22 -04:00
Preston 2b2000ab43
Update build.yml 2020-10-05 11:15:13 -04:00
Preston 691d5a1451
Update build.yml 2020-10-05 11:12:08 -04:00
Preston 50e935c8e8 Test pacman builds 2020-10-05 10:46:09 -04:00
Preston 2cc2e04183 Update AppImage Locations 2020-10-01 21:48:03 -04:00
Preston d4d57546fe Enable builds for master branch 2020-10-01 21:34:06 -04:00
Preston 48af88d24d Update build.yml 2020-09-30 20:58:10 -04:00
Preston 88117cb360 Update -, build.yml, and 3 more files... 2020-09-30 20:49:43 -04:00
Preston 49451a19a1
Rename Linux portable artifacts 2020-09-26 22:02:32 -04:00
Preston 94b6ababf3 Add API Fallback to Channel view, update dependencies and add Windows Portable build 2020-07-29 22:58:07 -04:00
Preston 97972f045b Rename Alpine x64 Build to be consistent with the rest of the builds 2020-07-21 20:24:40 -04:00
Preston 420db59ae4 Fix .zip build naming 2020-07-21 20:02:25 -04:00
Preston 1c47c2c3d6 Upload ARM Builds and Linux Portable builds 2020-07-21 19:03:17 -04:00
Preston c43c97ecbf Test different method for ARM builds 2020-07-21 17:43:52 -04:00
Preston 4e2c37b9ef Add Alpine Linux Builds and Update Dependencies 2020-07-21 12:45:07 -04:00
Preston 18f2f8842b Remove ARM and re-add RPM builds 2020-07-17 11:19:21 -04:00
Preston f38d427033 Update build.yml 2020-07-17 09:19:18 -04:00
Preston c5ebb39c54 Add build icons for ARM builds 2020-07-17 08:42:56 -04:00
Preston a460fd08ce Fix channel banners and temporarily remove RPM for testing 2020-07-16 23:14:26 -04:00
Preston 69101aba2f
Upload Static Web Build to Artifacts 2020-07-15 17:25:55 -04:00
Preston 6d45d8127b
Update build.yml 2020-07-12 22:56:29 -04:00
Preston 04a26c143b
Update build.yml 2020-07-12 22:21:18 -04:00
Preston e737c940e2
Update build.yml 2020-07-12 21:48:31 -04:00
Preston f38894ba88
Update build.yml 2020-07-12 20:41:06 -04:00
Preston 1016d693e4
Update build.yml 2020-07-12 19:56:48 -04:00
Preston b2e071ecb8
Update build.yml 2020-07-12 19:06:44 -04:00
Preston 04675e3ab0
Update build.yml 2020-07-12 18:24:33 -04:00