Skip to content

Commit

Permalink
#25: Generate x64 releases and upload to GHA part 8
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Aug 17, 2021
1 parent 6d242b5 commit ed57a1e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@ jobs:
node ./scripts/dev-version.js
node ./bin/hyperdrive version
yarn pkg --config package.json --target=node${{ matrix.node-version }}-${{ matrix.platform }}-x64 bin/hyperdrive
ls -lsa "dist/@lando"
- name: Asses our situation
run: |
true
if test -f "dist/@lando/hyperdrive.exe"; then
mv dist/@lando/hyperdrive.exe dist/@lando/hyperdrive-${{ matrix.platform }}-x64.exe
else
mv dist/@lando/hyperdrive dist/@lando/hyperdrive-${{ matrix.platform }}-x64
fi
- name: Upload lando-build-${{ matrix.platform }}-${{ github.sha }}
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit ed57a1e

Please sign in to comment.