mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: revert old GitHub Actions work in 32-x-y (#42670)
build: revert old GitHub Actions work
This commit is contained in:
@@ -2,9 +2,6 @@
|
||||
const { BlobServiceClient } = require('@azure/storage-blob');
|
||||
const path = require('node:path');
|
||||
|
||||
// TODO(vertedinde): This variable is a test variable in GHA, sending test
|
||||
// artifacts to a test account. Change to the real electron artifacts
|
||||
// storage account when ready.
|
||||
const { ELECTRON_ARTIFACTS_BLOB_STORAGE } = process.env;
|
||||
if (!ELECTRON_ARTIFACTS_BLOB_STORAGE) {
|
||||
console.error('Missing required ELECTRON_ARTIFACTS_BLOB_STORAGE environment variable.');
|
||||
|
||||
Reference in New Issue
Block a user