Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Mar 29, 2022
1 parent 9bb676e commit cbbac3d
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 @@ -38,7 +38,7 @@ jobs:
echo ::set-output name=targetname::"companion-satellite-x64-${COUNT}-${HASH}.tar.gz"
- name: Versions
if: versions
id: versions
uses: ./.github/actions/s3-upload
with:
beta-branch: master
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
echo ::set-output name=targetname::"companion-satellite-x64-${COUNT}-${HASH}.exe"
- name: Versions
if: versions
id: versions
uses: ./.github/actions/s3-upload
with:
beta-branch: master
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
echo ::set-output name=targetname::"companion-satellite-x64-${COUNT}-${HASH}.dmg"
- name: Versions
if: versions
id: versions
uses: ./.github/actions/s3-upload
with:
beta-branch: master
Expand Down

0 comments on commit cbbac3d

Please sign in to comment.