Skip to content

Update ci.yml

Update ci.yml #3

Workflow file for this run

name: 'ci'
on:
push:
workflow_dispatch:
defaults:
run:
shell: bash
working-directory: ${{ github.workspace }}

Check failure on line 8 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / ci

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 8, Col: 24): Unrecognized named-value: 'github'. Located at position 1 within expression: github.workspace
jobs:
create-release:
runs-on: ubuntu-latest
steps:
- run: |
bash ./bip/build.sh
- run: |
gh release create ./bip/bin/bip ./bix/bix