Skip to content

Commit

Permalink
Merge branch 'develop' into dap-0000
Browse files Browse the repository at this point in the history
  • Loading branch information
alsakhaev committed Jul 4, 2024
2 parents 1b9ea99 + 3adcee5 commit 72a42d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/extension-artifact-upload-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Build extension for mainnet
run: NEAR_MAINNET=mainnet pnpm build
run: NEAR_NETWORK=mainnet pnpm build
- name: Upload a Build Artifact
id: upload
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/extension-artifact-upload-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Build extension for testnet
run: NEAR_MAINNET=testnet pnpm build
run: NEAR_NETWORK=testnet pnpm build
- name: Upload a Build Artifact
id: upload
uses: actions/[email protected]
Expand Down

0 comments on commit 72a42d3

Please sign in to comment.