Skip to content

Support binary releases #6

Support binary releases

Support binary releases #6

Workflow file for this run

name: vorpal
on:
pull_request:
push:
branches:
- main
jobs:
package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-action
with:
version: 0.1.0-rc.0
- run: ls -alh /tmp/vorpal
- run: ls -alh /tmp/vorpal/bin
- run: file /tmp/vorpal/bin/vorpal
- run: vorpal --help