Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Feb 2, 2025
1 parent a987668 commit 9e0961a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ jobs:
- name: build & package (unsigned)
if: ${{ runner.environment != 'self-hosted' }}
shell: bash
run: |
if [[ "${{ github.ref }}" == refs/tags/* ]]; then
export EB_UPDATE_CHANNEL=stable
Expand All @@ -210,6 +211,7 @@ jobs:

- name: build & package (signed)
if: ${{ runner.environment == 'self-hosted' }}
shell: bash
run: |
if [[ "${{ github.ref }}" == refs/tags/* ]]; then
export EB_UPDATE_CHANNEL=stable
Expand Down

0 comments on commit 9e0961a

Please sign in to comment.