Skip to content

Commit

Permalink
fix: wrong version
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Mar 29, 2022
1 parent 1f2a344 commit ce88c17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
echo ::set-output name=sourcename::"electron-output/companion-satellite-x64.exe"
echo ::set-output name=targetname::"companion-satellite-x64-${COUNT}-${HASH}.exe"
echo ::set-output name=longversion::"${VERSION}"
echo ::set-output name=longversion::"${VERSION}+${COUNT}-${HASH}"
- name: Upload build
uses: ./.github/actions/upload-and-notify
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
echo ::set-output name=sourcename::"electron-output/companion-satellite-x64.dmg"
echo ::set-output name=targetname::"companion-satellite-x64-${COUNT}-${HASH}.dmg"
echo ::set-output name=longversion::"${VERSION}"
echo ::set-output name=longversion::"${VERSION}+${COUNT}-${HASH}"
- name: Upload build
uses: ./.github/actions/upload-and-notify
Expand Down

0 comments on commit ce88c17

Please sign in to comment.