Skip to content

Commit

Permalink
KKERTI update
Browse files Browse the repository at this point in the history
  • Loading branch information
kkerti committed Aug 3, 2023
1 parent 049358e commit 1e6e99a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpha-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }}-nightly
name: ${{ matrix.os }}-alpha
path: build/*.*

- name: Release
Expand Down
1 change: 0 additions & 1 deletion build-scripts/alpha-packageModifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const path = require("path");
let packageJsonPath = path.join(__dirname, "../package.json");
let packageJson = require(packageJsonPath);

let branchName = process.env.BRANCH_NAME;
let releaseVersion = process.env.RELEASE_VERSION;

packageJson.build.productName += ` (Alpha)`;
Expand Down
1 change: 0 additions & 1 deletion build-scripts/local-buildVars.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// This is for local packaged app testing. It will create a buildVariables.json file in the root folder.

const fs = require("fs");
const path = require("path");

Expand Down
2 changes: 1 addition & 1 deletion build-scripts/nightly-buildVars.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const fs = require("fs");
const path = require("path");

let buildVariables = {
BUILD_END: "nightly",
BUILD_ENV: "nightly",
PROFILE_CLOUD_URL: "https://profile-cloud-dev.web.app",
};

Expand Down

0 comments on commit 1e6e99a

Please sign in to comment.