Skip to content

Commit

Permalink
fix: api long-version and upload destination
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Mar 29, 2022
1 parent 033f692 commit aef04e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
echo ::set-output name=sourcename::"electron-output/companion-satellite-x64.tar.gz"
echo ::set-output name=targetname::"companion-satellite-x64-${COUNT}-${HASH}.tar.gz"
echo ::set-output name=longversion::"${VERSION}"
echo ::set-output name=longversion::"${VERSION}+${COUNT}-${HASH}"
- name: Versions
id: versions
Expand All @@ -51,7 +51,7 @@ jobs:
uses: ./.github/actions/s3-upload
with:
source-filename: ${{ steps.filenames.outputs.sourcename }}
destination-filename: ${{ steps.filenames.outputs.targetname }}
destination-filename: companion-satellite/${{ steps.filenames.outputs.targetname }}
host: ${{ secrets.S3_HOST }}
bucket: ${{ secrets.S3_BUCKET }}
access-key: ${{ secrets.S3_KEY }}
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
uses: ./.github/actions/s3-upload
with:
source-filename: ${{ steps.filenames.outputs.sourcename }}
destination-filename: ${{ steps.filenames.outputs.targetname }}
destination-filename: companion-satellite/${{ steps.filenames.outputs.targetname }}
host: ${{ secrets.S3_HOST }}
bucket: ${{ secrets.S3_BUCKET }}
access-key: ${{ secrets.S3_KEY }}
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
uses: ./.github/actions/s3-upload
with:
source-filename: ${{ steps.filenames.outputs.sourcename }}
destination-filename: ${{ steps.filenames.outputs.targetname }}
destination-filename: companion-satellite/${{ steps.filenames.outputs.targetname }}
host: ${{ secrets.S3_HOST }}
bucket: ${{ secrets.S3_BUCKET }}
access-key: ${{ secrets.S3_KEY }}
Expand Down

0 comments on commit aef04e9

Please sign in to comment.