Commit Graph
31 Commits
Author SHA1 Message Date
dependabot[bot] 14252df585 Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 14:35:30 +00:00
Ton Huisman ad4b92f35b [Release] release.yml script improvements 2023-08-23 11:37:03 +02:00
Ton Huisman a9f9bb06cb Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into bugfix/Release-script-should-deploy-an-artifact-per-cpu-arch 2023-06-27 20:53:44 +02:00
Ton Huisman 5b0ec1a59a [Release][Bugfix] Script should deploy an archive per CPU Architecture 2023-06-24 13:20:02 +02:00
TD-er b9102e5e50 [release build] Copy ESP32solo1 binaries during release 2023-05-14 21:44:03 +02:00
TD-er 1ec530f95b [ESP32-solo1] Add support for single-core ESP32 2023-05-14 16:29:27 +02:00
Ton Huisman 1d4b522e08 [Build] Linux find doesn't like wildcards in variables 2023-05-11 22:04:53 +02:00
Ton Huisman f1efd51583 [Build] Fix wildcards in find command 2023-05-08 20:41:25 +02:00
Ton Huisman bc22adb398 [Build] Fix quotes in script 2023-05-07 23:15:43 +02:00
Ton Huisman 95f505ec8a [Build] Fix quotes in script 2023-05-07 22:40:16 +02:00
Ton Huisman aba9032005 [Build] ESP32 derivates available in separate archives 2023-05-07 21:15:38 +02:00
Ton Huisman 73a3616e93 [Release] Improved step name in release.yml 2023-03-04 17:18:02 +01:00
Ton Huisman f9a356e7bf [Release] Upload correct files in Binaries artifact 2023-03-04 13:20:31 +01:00
Ton Huisman 80ae217d55 [Build] remove undesirable files from ESP32 archive 2023-02-19 13:27:58 +01:00
Ton Huisman b423fd889e [Build] Improve release build by creating separate ESP82xx and ESP32 dated archives 2023-02-19 11:59:58 +01:00
Ton Huisman 4b04980821 [Github build] Switch release.yml job-runners also to Ubuntu 22.04 (in line with build.yml) 2023-01-11 21:25:12 +01:00
Alex 9245b17441 Update release.yml 2022-09-01 14:00:03 +01:00
Max Prokhorov fb8846ff70 Fix github-script v5 breaking change
Since v5, rest methods have their own namespace
https://github.com/actions/github-script#breaking-changes-in-v5

Fixing latest release that broke on this step https://github.com/letscontrolit/ESPEasy/runs/7740919347?check_suite_focus=true#step:2:21
2022-08-10 13:25:16 +03:00
dependabot[bot] e45b2bfa52 Bump actions/checkout from 2 to 3
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>
2022-06-27 14:26:21 +00:00
TD-er 14c7fbafb4 Merge pull request #4110 from letscontrolit/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
2022-06-23 10:39:58 +02:00
TD-er e314343b88 Merge pull request #4109 from letscontrolit/dependabot/github_actions/actions/download-artifact-3
Bump actions/download-artifact from 2 to 3
2022-06-23 10:39:40 +02:00
dependabot[bot] 80966da9f9 Bump actions/download-artifact from 2 to 3
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-23 08:25:43 +00:00
dependabot[bot] db30ffac71 Bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-23 08:25:36 +00:00
dependabot[bot] 1785210dc1 Bump actions/upload-artifact from 2 to 3
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>
2022-06-23 08:25:35 +00:00
TD-er 8e8daf694b Merge pull request #4108 from letscontrolit/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 2 to 4
2022-06-23 10:25:00 +02:00
dependabot[bot] dde9abb38f Bump actions/setup-python from 2 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-23 07:43:06 +00:00
dependabot[bot] 6038dfb88b Bump actions/github-script from 4 to 6
Bumps [actions/github-script](https://github.com/actions/github-script) from 4 to 6.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v4...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>
2022-06-23 07:42:59 +00:00
TD-er e160a8114b [Python] Update Python packages + missing Ubuntu packages 2021-10-21 17:02:54 +02:00
Maxim Prokhorov aa1b1fef5b ci: build documentation for push & pr
also fixing cache entry for docs/requirements.txt vs. normal requirements.txt
2021-06-06 19:24:41 +03:00
Maxim Prokhorov fc21df68c6 ci: bump python version for actions 2021-06-06 19:00:06 +03:00
Maxim Prokhorov 4082a3fc84 ci: release single binaries .zip, merge all available build artifacts 2021-05-15 22:50:28 +03:00