Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ducktype authored Aug 22, 2023
1 parent 3ce25ed commit 7e0e477
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ on:
jobs:
create-release:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ${{ github.repository }}
#defaults:
# run:
# working-directory: ${{ github.repository }}
steps:
- run: |
ls -lah
printenv
bash ./bip/build.sh
- run: |
gh release create ./bip/bin/bip ./bix/bix

0 comments on commit 7e0e477

Please sign in to comment.