Skip to content

Commit

Permalink
More info in release
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth committed Aug 31, 2021
1 parent 5ef1391 commit 072ac92
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
- run: docker build -t builder .
- run: git clone --depth=1 --branch mosh-1.3.2 https://github.com/mobile-shell/mosh.git
- run: docker run -v $PWD/mosh:/mosh -w /mosh --name=builder builder sh -c './autogen.sh && LDFLAGS=-static ./configure && make'
- run: ldd mosh/src/frontend/mosh-client || true
- run: ldd mosh/src/frontend/mosh-server || true
- uses: actions/upload-artifact@v2
with:
name: mosh-server
Expand All @@ -28,6 +26,12 @@ jobs:
echo '- [Build #${{ github.run_number }}](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})'
echo '- [Workflow file](https://github.com/${{ github.repository }}/blob/${{ github.sha }}/.github/workflows/autobuild.yml)'
echo
echo '## Files'
echo '```'
(cd mosh/src/frontend && file mosh-server mosh-client)
echo '```'
echo
echo '## SHA256 Checksums'
echo '```'
(cd mosh/src/frontend && sha256sum mosh-server mosh-client)
echo '```'
Expand Down

0 comments on commit 072ac92

Please sign in to comment.