Skip to content

working github release action #14

working github release action

working github release action #14

Workflow file for this run

name: 'ci'
on:
push:
workflow_dispatch:
#defaults:
# run:
# shell: bash
# working-directory: ${{ github.workspace }}
jobs:
create-release:
runs-on: ubuntu-latest
permissions: write-all
#defaults:
# run:
# working-directory: ${{ github.repository }}
steps:
- uses: actions/checkout@v3
- run: |
chmod +x ./bip/build.sh
chmod +x ./bix/build.sh
./bip/build.sh
- env:
GH_TOKEN: ${{ github.token }}
run: |
gh release create ${{ github.head_ref }}.${{ github.sha }} ./bip/bin/bip ./bix/bix