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 abda8e5 commit 6c096a1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
# working-directory: ${{ github.repository }}
steps:
- uses: actions/checkout@v3
- env:
GH_TOKEN: ${{ github.token }}
run: |
- run: |
chmod +x ./bip/build.sh
chmod +x ./bix/build.sh
./bip/build.sh
- env:
GH_TOKEN: ${{ github.token }}
run: |
gh release create ./bip/bin/bip ./bix/bix

0 comments on commit 6c096a1

Please sign in to comment.