mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-04-02 12:59:14 +00:00
Fixed PR workflow double zipping (#1162)
* Added .zip extension to avoid double zipping * Fixed double zip
This commit is contained in:
2
.github/workflows/pull-request.yml
vendored
2
.github/workflows/pull-request.yml
vendored
@@ -78,7 +78,7 @@ jobs:
|
||||
|
||||
const envs = ['esp32s2', 'esp32s3', 'esp32c3', 'esp32', 'esp32solo', 'esp8266'];
|
||||
const lines = envs.map(env => {
|
||||
const artifact = artifacts.find(a => a.name === env);
|
||||
const artifact = artifacts.find(a => a.name === `${env}.zip`);
|
||||
if (artifact) {
|
||||
// The artifact download page URL - directly navigable in the browser
|
||||
const artifactUrl = `${runUrl}#artifacts-${env}`;
|
||||
|
||||
Reference in New Issue
Block a user