Skip to content

Commit

Permalink
fix: product name
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Mar 29, 2022
1 parent c4fa350 commit 033f692
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
if: ${{ steps.versions.outputs.version }} && ${{ steps.versions.outputs.branch }}
uses: ./.github/actions/webhook
with:
product: satellite
product: companion-satellite
branch: ${{ steps.versions.outputs.branch }}
version: ${{ steps.versions.outputs.version }}
target: 'linux-tgz'
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
if: ${{ steps.filenames.outputs.targetname }} && ${{ steps.versions.outputs.version }} && ${{ steps.versions.outputs.branch }}
uses: ./.github/actions/webhook
with:
product: satellite
product: companion-satellite
branch: ${{ steps.versions.outputs.branch }}
version: ${{ steps.versions.outputs.version }}
target: 'win-x64'
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
if: ${{ steps.filenames.outputs.targetname }} && ${{ steps.versions.outputs.version }} && ${{ steps.versions.outputs.branch }}
uses: ./.github/actions/webhook
with:
product: satellite
product: companion-satellite
branch: ${{ steps.versions.outputs.branch }}
version: ${{ steps.versions.outputs.version }}
target: 'mac-x64'
Expand Down

0 comments on commit 033f692

Please sign in to comment.